email_identities_list_only
Lists email_identities
in a region or regions, for all properties use email_identities
Overview
Name | email_identities_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SES::EmailIdentity |
Id | aws.ses.email_identities_list_only |
Fields
Name | Datatype | Description |
---|---|---|
email_identity | string | The email address or domain to verify. |
configuration_set_attributes | object | Used to associate a configuration set with an email identity. |
dkim_signing_attributes | object | If 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_attributes | object | Used to enable or disable DKIM authentication for an email identity. |
mail_from_attributes | object | Used to enable or disable the custom Mail-From domain configuration for an email identity. |
feedback_attributes | object | Used to enable or disable feedback forwarding for an identity. |
dkim_dns_token_name1 | string | |
dkim_dns_token_name2 | string | |
dkim_dns_token_name3 | string | |
dkim_dns_token_value1 | string | |
dkim_dns_token_value2 | string | |
dkim_dns_token_value3 | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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