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 |
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[] | |
sns | string |
chatConfigurationArns?
Type:
string[]
(optional)
snsTopicArn?
Type:
string
(optional)