TagOptionAssociationReference
- class aws_cdk.aws_servicecatalog.TagOptionAssociationReference(*, resource_id, tag_option_id)
Bases:
objectA reference to a TagOptionAssociation resource.
- Parameters:
resource_id (
str) – The ResourceId of the TagOptionAssociation resource.tag_option_id (
str) – The TagOptionId of the TagOptionAssociation resource.
- 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 tag_option_association_reference = servicecatalog.TagOptionAssociationReference( resource_id="resourceId", tag_option_id="tagOptionId" )
Attributes
- resource_id
The ResourceId of the TagOptionAssociation resource.
- tag_option_id
The TagOptionId of the TagOptionAssociation resource.