Interface CfnContactList.TopicProperty

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

@Stability(Stable) public static interface CfnContactList.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.services.ses.*;
 TopicProperty topicProperty = TopicProperty.builder()
         .defaultSubscriptionStatus("defaultSubscriptionStatus")
         .displayName("displayName")
         .topicName("topicName")
         // the properties below are optional
         .description("description")
         .build();
 

See Also: