Skip to main content

email_identities

Retrieves a list of email_identities in a region

Overview

Nameemail_identities
TypeResource
Descriptionemail_identities
Idawscc.ses.email_identities

Fields

NameDatatypeDescription
email_identitystringThe email address or domain to verify.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
email_identity
FROM awscc.ses.email_identities
WHERE region = 'us-east-1'

Permissions

To operate on the email_identities resource, the following permissions are required:

Create

ses:CreateEmailIdentity,
ses:PutEmailIdentityMailFromAttributes,
ses:PutEmailIdentityFeedbackAttributes,
ses:PutEmailIdentityDkimAttributes,
ses:GetEmailIdentity

List

ses:ListEmailIdentities