CfnTagOptionAssociationProps
- class aws_cdk.aws_servicecatalog.CfnTagOptionAssociationProps(*, resource_id, tag_option_id)
Bases:
object
Properties for defining a
CfnTagOptionAssociation
.- Parameters:
resource_id (
str
) – The resource identifier.tag_option_id (
str
) – The TagOption identifier.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_servicecatalog as servicecatalog cfn_tag_option_association_props = servicecatalog.CfnTagOptionAssociationProps( resource_id="resourceId", tag_option_id="tagOptionId" )
Attributes
- resource_id
The resource identifier.
- tag_option_id
The TagOption identifier.