ContactListTopicArgs

data class ContactListTopicArgs(val defaultSubscriptionStatus: Output<String>, val description: Output<String>? = null, val displayName: Output<String>, val topicName: Output<String>) : ConvertibleToJava<ContactListTopicArgs>

Constructors

Link copied to clipboard
constructor(defaultSubscriptionStatus: Output<String>, description: Output<String>? = null, displayName: Output<String>, topicName: Output<String>)

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
val description: Output<String>? = null

The description of the topic.

Link copied to clipboard
val displayName: Output<String>

The display name of the topic.

Link copied to clipboard
val topicName: Output<String>

The name of the topic.

Functions

Link copied to clipboard
open override fun toJava(): ContactListTopicArgs