AWS::ResourceGroups::Group Tag - AWS CloudFormation

AWS::ResourceGroups::Group Tag

Adds tags to a resource group with the specified ARN. Existing tags on a resource group are not changed if they are not specified in the request parameters.

Important

Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.

Minimum permissions

To run this command, you must have the following permissions:

  • resource-groups:Tag

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

Properties

Key

Property description not available.

Required: No

Type: String

Pattern: ^(?!aws:).+

Update requires: No interruption

Value

Property description not available.

Required: No

Type: String

Update requires: No interruption