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