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