Skip to main content

contact_list

Gets an individual contact_list resource

Overview

Namecontact_list
TypeResource
Descriptioncontact_list
Idawscc.ses.contact_list

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

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