Interface CfnNotificationPropsMixin.NotificationContentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNotificationPropsMixin.NotificationContentProperty.Jsii$Proxy
Enclosing class:
CfnNotificationPropsMixin

@Stability(Stable) public static interface CfnNotificationPropsMixin.NotificationContentProperty extends software.amazon.jsii.JsiiSerializable
The content of a notification.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
 NotificationContentProperty notificationContentProperty = NotificationContentProperty.builder()
         .deDe("deDe")
         .enUs("enUs")
         .esEs("esEs")
         .frFr("frFr")
         .idId("idId")
         .itIt("itIt")
         .jaJp("jaJp")
         .koKr("koKr")
         .ptBr("ptBr")
         .zhCn("zhCn")
         .zhTw("zhTw")
         .build();
 

See Also: