interface DeliveryChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.DeliveryChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#DeliveryChannelReference |
![]() | software.amazon.awscdk.services.config.DeliveryChannelReference |
![]() | aws_cdk.aws_config.DeliveryChannelReference |
![]() | aws-cdk-lib » aws_config » DeliveryChannelReference |
A reference to a DeliveryChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const deliveryChannelReference: config.DeliveryChannelReference = {
deliveryChannelId: 'deliveryChannelId',
};
Properties
Name | Type | Description |
---|---|---|
delivery | string | The Id of the DeliveryChannel resource. |
deliveryChannelId
Type:
string
The Id of the DeliveryChannel resource.