AWS::Notifications::ChannelAssociation
The AWS::Notifications::ChannelAssociation
resource associates a
Channel
with a NotificationConfiguration
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::ChannelAssociation", "Properties" : { "Arn" :
String
, "NotificationConfigurationArn" :String
} }
YAML
Type: AWS::Notifications::ChannelAssociation Properties: Arn:
String
NotificationConfigurationArn:String
Properties
Arn
-
The Amazon Resource Name (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
NotificationConfigurationArn
-
The ARN of the
NotificationConfiguration
associated with theChannel
.Required: Yes
Type: String
Pattern:
^arn:aws:notifications::[0-9]{12}:configuration\/[a-z0-9]{27}$
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.