Skip to main content

email_identities_list_only

Lists email_identities in a region or regions, for all properties use email_identities

Overview

Nameemail_identities_list_only
TypeResource
DescriptionResource Type definition for AWS::SES::EmailIdentity
Idaws.ses.email_identities_list_only

Fields

NameDatatypeDescription
email_identitystringThe email address or domain to verify.
configuration_set_attributesobjectUsed to associate a configuration set with an email identity.
dkim_signing_attributesobjectIf your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.
dkim_attributesobjectUsed to enable or disable DKIM authentication for an email identity.
mail_from_attributesobjectUsed to enable or disable the custom Mail-From domain configuration for an email identity.
feedback_attributesobjectUsed to enable or disable feedback forwarding for an identity.
dkim_dns_token_name1string
dkim_dns_token_name2string
dkim_dns_token_name3string
dkim_dns_token_value1string
dkim_dns_token_value2string
dkim_dns_token_value3string
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all email_identities in a region.

SELECT
region,
email_identity
FROM aws.ses.email_identities_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the email_identities_list_only resource, see email_identities