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