interface HookVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFormation.HookVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#HookVersionReference |
Java | software.amazon.awscdk.services.cloudformation.HookVersionReference |
Python | aws_cdk.aws_cloudformation.HookVersionReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript