interface HookTypeConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudFormation.HookTypeConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudformation#HookTypeConfigReference |
Java | software.amazon.awscdk.interfaces.cloudformation.HookTypeConfigReference |
Python | aws_cdk.interfaces.aws_cloudformation.HookTypeConfigReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_cloudformation } from 'aws-cdk-lib/interfaces';
const hookTypeConfigReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript