interface HookTypeConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.HookTypeConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#HookTypeConfigReference |
![]() | software.amazon.awscdk.HookTypeConfigReference |
![]() | aws_cdk.HookTypeConfigReference |
![]() | aws-cdk-lib » 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 * as cdk from 'aws-cdk-lib';
const hookTypeConfigReference: cdk.HookTypeConfigReference = {
configurationArn: 'configurationArn',
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | The ConfigurationArn of the HookTypeConfig resource. |
configurationArn
Type:
string
The ConfigurationArn of the HookTypeConfig resource.