Skip to main content

contact_lists_list_only

Lists contact_lists in a region or regions, for all properties use contact_lists

Overview

Namecontact_lists_list_only
TypeResource
DescriptionResource schema for AWS::SES::ContactList.
Idaws.ses.contact_lists_list_only

Fields

NameDatatypeDescription
contact_list_namestringThe name of the contact list.
descriptionstringThe description of the contact list.
topicsarrayThe topics associated with the contact list.
tagsarrayThe tags (keys and values) associated with the contact list.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all contact_lists in a region.

SELECT
region,
contact_list_name
FROM aws.ses.contact_lists_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the contact_lists_list_only resource, see contact_lists