This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodeStarNotifications::NotificationRule Target
Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications 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:StringTargetType:String
Properties
- TargetAddress
- 
                    The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications 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 Q Developer in chat applications client. - 
                            Amazon Simple Notification Service topics are specified as SNS.
- 
                            Amazon Q Developer in chat applications clients are specified as AWSChatbotSlack.
- 
                            Amazon Q Developer in chat applications clients for Microsoft Teams are specified as AWSChatbotMicrosoftTeams.
 Required: Yes Type: String Pattern: ^[A-Za-z]+$Update requires: No interruption 
-