aws.sesv2.list_email_identities
Example SQL Queries
SELECT * FROMaws.sesv2.list_email_identities;Description
Returns a list of all of the email identities that are associated with your Amazon Web Services account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListEmailIdentities. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. The value you specify has to be at least 0, and can be no more than 1000. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| email_identities An array that includes all of the email identities associated with your Amazon Web Services account. | STRUCT( |
Show child fields
| |