Contact List Args
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.