--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ses_contact_list Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::SES::ContactList. --- # awscc_ses_contact_list (Resource) Resource schema for AWS::SES::ContactList. ## Schema ### Optional - `contact_list_name` (String) The name of the contact list. - `description` (String) The description of the contact list. - `tags` (Attributes List) The tags (keys and values) associated with the contact list. (see [below for nested schema](#nestedatt--tags)) - `topics` (Attributes List) The topics associated with the contact list. (see [below for nested schema](#nestedatt--topics)) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ### Nested Schema for `topics` Optional: - `default_subscription_status` (String) - `description` (String) The description of the topic. - `display_name` (String) The display name of the topic. - `topic_name` (String) The name of the topic. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ses_contact_list.example ```