AWS::AIOps::InvestigationGroup ChatbotNotificationChannel - 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::AIOps::InvestigationGroup ChatbotNotificationChannel

Use this structure to integrate CloudWatch investigations with chat applications. This structure is a string array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see Getting started with Amazon Q in chat applications and Resource type defined by Amazon Chatbot.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ChatConfigurationArns" : [ String, ... ], "SNSTopicArn" : String }

YAML

ChatConfigurationArns: - String SNSTopicArn: String

Properties

ChatConfigurationArns

Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.

Required: No

Type: Array of String

Update requires: No interruption

SNSTopicArn

Returns the ARN of an Amazon SNS topic used for third-party chat integrations.

Required: No

Type: String

Minimum: 20

Maximum: 2048

Update requires: No interruption