TypeActivationReference
- class aws_cdk.TypeActivationReference(*, type_activation_arn)
Bases:
object
A reference to a TypeActivation resource.
- Parameters:
type_activation_arn (
str
) – The Arn of the TypeActivation resource.- 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 type_activation_reference = cdk.TypeActivationReference( type_activation_arn="typeActivationArn" )
Attributes
- type_activation_arn
The Arn of the TypeActivation resource.