Bases: object
key (str
)
value (str
)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.core as cdk
cfn_tag = cdk.CfnTag(
key="key",
value="value"
)
Attributes
link