AWS::ServiceCatalog::TagOptionAssociation
Associate the specified TagOption with the specified portfolio or product.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ServiceCatalog::TagOptionAssociation", "Properties" : { "ResourceId" :
String
, "TagOptionId" :String
} }
YAML
Type: AWS::ServiceCatalog::TagOptionAssociation Properties: ResourceId:
String
TagOptionId:String
Properties
ResourceId
-
The resource identifier.
Required: Yes
Type: String
Update requires: Replacement
TagOptionId
-
The TagOption identifier.
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 an identifier for the association.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
See also
-
AssociateTagOptionWithResource in the Amazon Service Catalog API Reference