AWS::CodeStarNotifications::NotificationRule Target - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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 Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications 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 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