CfnTag
- class aws_cdk.CfnTag(*, key, value)
Bases:
object
- Parameters:
key (
str
)value (
str
)
- Link:
- ExampleMetadata:
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 as cdk cfn_tag = cdk.CfnTag( key="key", value="value" )
Attributes
- key
-
- Type:
link