AWS::EMR::Cluster 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::EMR::Cluster Tag

A key-value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

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

A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.

Required: Yes

Type: String

Update requires: No interruption

Value

A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

Required: Yes

Type: String

Update requires: No interruption