interface TypeActivationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.TypeActivationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#TypeActivationReference |
![]() | software.amazon.awscdk.services.cloudformation.TypeActivationReference |
![]() | aws_cdk.aws_cloudformation.TypeActivationReference |
![]() | aws-cdk-lib » aws_cloudformation » TypeActivationReference |
A reference to a TypeActivation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const typeActivationReference: cloudformation.TypeActivationReference = {
typeActivationArn: 'typeActivationArn',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The Arn of the TypeActivation resource. |
typeActivationArn
Type:
string
The Arn of the TypeActivation resource.