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).

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

Properties

TargetAddress

The Amazon Resource Name (ARN) of the Amazon Chatbot topic or Amazon 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 Amazon Chatbot client.

  • Amazon Simple Notification Service topics are specified as SNS.

  • Amazon Chatbot clients are specified as AWSChatbotSlack.

  • Amazon Chatbot clients for Microsoft Teams are specified as AWSChatbotMicrosoftTeams.

Required: Yes

Type: String

Pattern: ^[A-Za-z]+$

Update requires: No interruption