ContactListArgs

data class ContactListArgs(val contactListName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val topics: Output<List<ContactListTopicArgs>>? = null) : ConvertibleToJava<ContactListArgs>

Resource schema for AWS::SES::ContactList.

Constructors

Link copied to clipboard
constructor(contactListName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<TagArgs>>? = null, topics: Output<List<ContactListTopicArgs>>? = null)

Properties

Link copied to clipboard
val contactListName: Output<String>? = null

The name of the contact list.

Link copied to clipboard
val description: Output<String>? = null

The description of the contact list.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags (keys and values) associated with the contact list.

Link copied to clipboard
val topics: Output<List<ContactListTopicArgs>>? = null

The topics associated with the contact list.

Functions

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