Contact List Args
data class ContactListArgs(val contactListName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<ContactListTagArgs>>? = null, val topics: Output<List<ContactListTopicArgs>>? = null) : ConvertibleToJava<ContactListArgs>
Resource schema for AWS::SES::ContactList.
Constructors
Link copied to clipboard
fun ContactListArgs(contactListName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<ContactListTagArgs>>? = null, topics: Output<List<ContactListTopicArgs>>? = null)