AWS::CUR::ReportDefinition Tag - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CUR::ReportDefinition Tag

Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a report definition.

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

The key of the tag. Tag keys are case sensitive. Each report definition can only have up to one tag with the same key. If you try to add an existing tag with the same key, the existing tag value will be updated to the new value.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Value

The value of the tag. Tag values are case-sensitive. This can be an empty string.

Required: Yes

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption