CfnManagedNotificationAdditionalChannelAssociationMixinProps

class aws_cdk.mixins_preview.aws_notifications.mixins.CfnManagedNotificationAdditionalChannelAssociationMixinProps(*, channel_arn=None, managed_notification_configuration_arn=None)

Bases: object

Properties for CfnManagedNotificationAdditionalChannelAssociationPropsMixin.

Parameters:
  • channel_arn (Optional[str]) – The ARN of the Channel .

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.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_managed_notification_additional_channel_association_mixin_props = notifications_mixins.CfnManagedNotificationAdditionalChannelAssociationMixinProps(
    channel_arn="channelArn",
    managed_notification_configuration_arn="managedNotificationConfigurationArn"
)

Attributes

channel_arn

The ARN of the Channel .

See:

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

managed_notification_configuration_arn

The ARN of the ManagedNotificationAdditionalChannelAssociation associated with the Channel .

See:

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