CfnChannelAssociationMixinProps

class aws_cdk.mixins_preview.aws_notifications.mixins.CfnChannelAssociationMixinProps(*, arn=None, notification_configuration_arn=None)

Bases: object

Properties for CfnChannelAssociationPropsMixin.

Parameters:
  • arn (Optional[str]) – The Amazon Resource Name (ARN) of the Channel .

  • notification_configuration_arn (Optional[str]) – The ARN of the NotificationConfiguration associated with the Channel .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_notifications import mixins as notifications_mixins

cfn_channel_association_mixin_props = notifications_mixins.CfnChannelAssociationMixinProps(
    arn="arn",
    notification_configuration_arn="notificationConfigurationArn"
)

Attributes

arn

The Amazon Resource Name (ARN) of the Channel .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-arn

notification_configuration_arn

The ARN of the NotificationConfiguration associated with the Channel .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-notificationconfigurationarn