Interface CfnInvestigationGroup.ChatbotNotificationChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInvestigationGroup.ChatbotNotificationChannelProperty.Jsii$Proxy
- Enclosing class:
CfnInvestigationGroup
@Stability(Stable)
public static interface CfnInvestigationGroup.ChatbotNotificationChannelProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.aiops.*;
ChatbotNotificationChannelProperty chatbotNotificationChannelProperty = ChatbotNotificationChannelProperty.builder()
.chatConfigurationArns(List.of("chatConfigurationArns"))
.snsTopicArn("snsTopicArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInvestigationGroup.ChatbotNotificationChannelPropertystatic final classAn implementation forCfnInvestigationGroup.ChatbotNotificationChannelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChatConfigurationArns
- See Also:
-
getSnsTopicArn
- See Also:
-
builder
@Stability(Stable) static CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder builder()
-