AWS::ServiceCatalog::TagOption - AWS CloudFormation

AWS::ServiceCatalog::TagOption

Specifies a TagOption. A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

Syntax

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

JSON

{ "Type" : "AWS::ServiceCatalog::TagOption", "Properties" : { "Active" : Boolean, "Key" : String, "Value" : String } }

YAML

Type: AWS::ServiceCatalog::TagOption Properties: Active: Boolean Key: String Value: String

Properties

Active

The TagOption active state.

Required: No

Type: Boolean

Update requires: No interruption

Key

The TagOption key.

Required: Yes

Type: String

Update requires: Replacement

Value

The TagOption value.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the TagOption identifier.

For more information about using the Ref function, see Ref.

Fn::GetAtt

Id

The TagOption identifier.

See also