interface CfnChannelAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Notifications.CfnChannelAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnotifications#CfnChannelAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnChannelAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_notifications.CfnChannelAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_notifications » CfnChannelAssociationMixinProps |
Properties for CfnChannelAssociationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from '@aws-cdk/cfn-property-mixins';
const cfnChannelAssociationMixinProps: notifications.CfnChannelAssociationMixinProps = {
arn: 'arn',
notificationConfigurationArn: 'notificationConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the Channel . |
| notification | string | The ARN of the NotificationConfiguration associated with the Channel . |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the Channel .
notificationConfigurationArn?
Type:
string
(optional)
The ARN of the NotificationConfiguration associated with the Channel .

.NET
Go
Java
Python
TypeScript