Contact List Topic Args
data class ContactListTopicArgs(val defaultSubscriptionStatus: Output<String>, val description: Output<String>? = null, val displayName: Output<String>, val topicName: Output<String>) : ConvertibleToJava<ContactListTopicArgs>
Properties
Link copied to clipboard
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
Link copied to clipboard
A description of what the topic is about, which the contact will see.
Link copied to clipboard
The name of the topic the contact will see.