Associates a Channel
with a ManagedNotificationAdditionalChannelAssociation
for AWS User Notifications.
For more information about AWS User Notifications, see the AWS User Notifications User Guide.
Syntax
To declare this entity in your AWS 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 theChannel
.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.