AWS::CodeStarNotifications::NotificationRule Target
Information about the Amazon Chatbot topics or Amazon Chatbot clients associated with a notification rule.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "TargetAddress" :String, "TargetType" :String}
YAML
TargetAddress:StringTargetType:String
Properties
TargetAddress-
The Amazon Resource Name (ARN) of the Amazon Chatbot topic or Amazon Chatbot client.
Required: Yes
Type: String
Minimum:
1Maximum:
320Update requires: No interruption
TargetType-
The target type. Can be an Amazon Simple Notification Service topic or Amazon Chatbot client.
Amazon Simple Notification Service topics are specified as
SNS.Amazon Chatbot clients are specified as
AWSChatbotSlack.
Required: Yes
Type: String
Pattern:
^[A-Za-z]+$Update requires: No interruption