interface HookVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.HookVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#HookVersionReference |
![]() | software.amazon.awscdk.services.cloudformation.HookVersionReference |
![]() | aws_cdk.aws_cloudformation.HookVersionReference |
![]() | aws-cdk-lib » aws_cloudformation » HookVersionReference |
A reference to a HookVersion 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 hookVersionReference: cloudformation.HookVersionReference = {
hookVersionArn: 'hookVersionArn',
};
Properties
Name | Type | Description |
---|---|---|
hook | string | The Arn of the HookVersion resource. |
hookVersionArn
Type:
string
The Arn of the HookVersion resource.