AWS::AIOps::InvestigationGroup ChatbotNotificationChannel - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS Chatbot.

Syntax

To declare this entity in your 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