AWS::RAM::ResourceShare Tag - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RAM::ResourceShare Tag

A structure containing a tag. A tag is metadata that you can attach to your resources to help organize and categorize them. You can also use them to help you secure your resources. For more information, see Controlling access to Amazon resources using tags.

For more information about tags, see Tagging Amazon resources in the Amazon General Reference Guide.

Syntax

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

JSON

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

YAML

Key: String Value: String

Properties

Key

The key, or name, attached to the tag. Every tag must have a key. Key names are case sensitive.

Required: Yes

Type: String

Update requires: No interruption

Value

The string value attached to the tag. The value can be an empty string. Key values are case sensitive.

Required: Yes

Type: String

Update requires: No interruption