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