Interface CfnContactListPropsMixin.TopicProperty

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

@Stability(Stable) public static interface CfnContactListPropsMixin.TopicProperty extends software.amazon.jsii.JsiiSerializable
An interest group, theme, or label within a list.

Lists can have multiple topics.

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.ses.*;
 TopicProperty topicProperty = TopicProperty.builder()
         .defaultSubscriptionStatus("defaultSubscriptionStatus")
         .description("description")
         .displayName("displayName")
         .topicName("topicName")
         .build();
 

See Also: