TagManagerOptions¶
-
class
aws_cdk.core.
TagManagerOptions
(*, tag_property_name=None)¶ Bases:
object
Options to configure TagManager behavior.
- Parameters
tag_property_name (
Optional
[str
]) – The name of the property in CloudFormation for these tags. Normally this istags
, but Cognito UserPool uses UserPoolTags Default: “tags”
Attributes
-
tag_property_name
¶ The name of the property in CloudFormation for these tags.
Normally this is
tags
, but Cognito UserPool uses UserPoolTags- Default
“tags”
- Return type
Optional
[str
]