TagOptionReference

class aws_cdk.aws_servicecatalog.TagOptionReference(*, tag_option_id)

Bases: object

A reference to a TagOption resource.

Parameters:

tag_option_id (str) – The Id of the TagOption 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_reference = servicecatalog.TagOptionReference(
    tag_option_id="tagOptionId"
)

Attributes

tag_option_id

The Id of the TagOption resource.