AWS::CodeStarNotifications::NotificationRule Target - AWS CloudFormation

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: 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