contact_lists_list_only
Lists contact_lists
in a region or regions, for all properties use contact_lists
Overview
Name | contact_lists_list_only |
Type | Resource |
Description | Resource schema for AWS::SES::ContactList. |
Id | aws.ses.contact_lists_list_only |
Fields
Name | Datatype | Description |
---|---|---|
contact_list_name | string | The name of the contact list. |
description | string | The description of the contact list. |
topics | array | The topics associated with the contact list. |
tags | array | The tags (keys and values) associated with the contact list. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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