contact_list
Gets an individual contact_list
resource
Overview
Name | contact_list |
Type | Resource |
Description | contact_list |
Id | awscc.ses.contact_list |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
contact_list_name,
description,
topics,
tags
FROM awscc.ses.contact_list
WHERE data__Identifier = '<ContactListName>';
Permissions
To operate on the contact_list
resource, the following permissions are required:
Read
ses:GetContactList
Update
ses:UpdateContactList,
ses:UntagResource,
ses:TagResource
Delete
ses:DeleteContactList