interface ChatbotNotificationChannelProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_aiops.CfnInvestigationGroup.ChatbotNotificationChannelProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaiops#CfnInvestigationGroup_ChatbotNotificationChannelProperty |
![]() | software.amazon.awscdk.services.aiops.CfnInvestigationGroup.ChatbotNotificationChannelProperty |
![]() | aws_cdk.aws_aiops.CfnInvestigationGroup.ChatbotNotificationChannelProperty |
![]() | aws-cdk-lib » aws_aiops » CfnInvestigationGroup » ChatbotNotificationChannelProperty |
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 .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aiops as aiops } from 'aws-cdk-lib';
const chatbotNotificationChannelProperty: aiops.CfnInvestigationGroup.ChatbotNotificationChannelProperty = {
chatConfigurationArns: ['chatConfigurationArns'],
snsTopicArn: 'snsTopicArn',
};
Properties
Name | Type | Description |
---|---|---|
chat | string[] | Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account. |
sns | string | Returns the ARN of an Amazon SNS topic used for third-party chat integrations. |
chatConfigurationArns?
Type:
string[]
(optional)
Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
snsTopicArn?
Type:
string
(optional)
Returns the ARN of an Amazon SNS topic used for third-party chat integrations.