AWS::Notifications::ManagedNotificationAdditionalChannelAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Notifications::ManagedNotificationAdditionalChannelAssociation

Associates a Channel with a ManagedNotificationAdditionalChannelAssociation for Amazon User Notifications. For more information about Amazon User Notifications, see the Amazon User Notifications User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Notifications::ManagedNotificationAdditionalChannelAssociation", "Properties" : { "ChannelArn" : String, "ManagedNotificationConfigurationArn" : String } }

YAML

Type: AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Properties: ChannelArn: String ManagedNotificationConfigurationArn: String

Properties

ChannelArn

The ARN of the Channel.

Required: Yes

Type: String

Pattern: ^arn:aws:(chatbot|consoleapp|notifications-contacts):[a-zA-Z0-9-]*:[0-9]{12}:[a-zA-Z0-9-_.@]+/[a-zA-Z0-9/_.@:-]+$

Update requires: Replacement

ManagedNotificationConfigurationArn

The ARN of the ManagedNotificationAdditionalChannelAssociation associated with the Channel.

Required: Yes

Type: String

Pattern: ^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9-]{3,64}/sub-category/[a-zA-Z0-9-]{3,64}$

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ARN of the configuration created.