AWS Cost Explorer Service (ce)

2022-03-23

3 new actions, 3 new resources, 3 new conditions | 13 updated actions

Additions

    Actions
  • ListTagsForResource
    • Description:  Grants permission to list tags for a Cost Explorer resource
    • Access:  Read
    • Resources: 

      Name: anomalymonitor

      Required: No

      Name: anomalysubscription

      Required: No

      Name: costcategory

      Required: No

    • Conditions: 

      aws:ResourceTag/${TagKey}

  • TagResource
    • Description:  Grants permission to tag a Cost Explorer resource
    • Access:  Tagging
    • Resources: 

      Name: anomalymonitor

      Required: No

      Name: anomalysubscription

      Required: No

      Name: costcategory

      Required: No

    • Conditions: 

      aws:TagKeys

      aws:RequestTag/${TagKey}

      aws:ResourceTag/${TagKey}

  • UntagResource
    • Description:  Grants permission to remove tags from a Cost Explorer resource
    • Access:  Tagging
    • Resources: 

      Name: anomalymonitor

      Required: No

      Name: anomalysubscription

      Required: No

      Name: costcategory

      Required: No

    • Conditions: 

      aws:TagKeys

      aws:ResourceTag/${TagKey}

    Resources
  • anomalysubscription
    • Arn:  arn:${Partition}:ce::${Account}:anomalysubscription/${Identifier}
    • Conditions: 

      aws:ResourceTag/${TagKey}

  • anomalymonitor
    • Arn:  arn:${Partition}:ce::${Account}:anomalymonitor/${Identifier}
    • Conditions: 

      aws:ResourceTag/${TagKey}

  • costcategory
    • Arn:  arn:${Partition}:ce::${Account}:costcategory/${Identifier}
    • Conditions: 

      aws:ResourceTag/${TagKey}

    Conditions
  • aws:RequestTag/${TagKey}
    • Description:  Filters access by the tags that are passed in the request
    • Type:  String
  • aws:ResourceTag/${TagKey}
    • Description:  Filters access by the tags associated with the resource
    • Type:  String
  • aws:TagKeys
    • Description:  Filters access by the tag keys that are passed in the request
    • Type:  String

Updates