AWS::ServiceCatalog::TagOption
Specifies a TagOption. A TagOption is a key-value pair managed by Amazon Service Catalog that serves as a template for creating an Amazon tag.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "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
-
CreateTagOption in the Amazon Service Catalog API Reference