class Aws::CloudFormation::Types::Tag

The Tag type enables you to specify a key-value pair that can be used to store information about an CloudFormation stack.

@note When making an API call, you may pass Tag

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

*Required*. A string used to identify this tag. You can specify a
maximum of 128 characters for a tag key. Tags owned by Amazon Web
Services (Amazon Web Services) have the reserved prefix: `aws:`.
@return [String]

@!attribute [rw] value

*Required*. A string containing the value for this tag. You can
specify a maximum of 256 characters for a tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag AWS API Documentation

Constants

SENSITIVE