contact_lists
Retrieves a list of contact_lists
in a region
Overview
Name | contact_lists |
Type | Resource |
Description | contact_lists |
Id | awscc.ses.contact_lists |
Fields
Name | Datatype | Description |
---|---|---|
contact_list_name | string | The name of the contact list. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
contact_list_name
FROM awscc.ses.contact_lists
WHERE region = 'us-east-1'
Permissions
To operate on the contact_lists
resource, the following permissions are required:
Create
ses:CreateContactList
List
ses:ListContactLists