--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ses_contact_list Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::SES::ContactList --- # awscc_ses_contact_list (Data Source) Data Source schema for AWS::SES::ContactList ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `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)) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `topics` Read-Only: - `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.