aws.pinpoint_email.list_email_identities
Example SQL Queries
SELECT * FROMaws.pinpoint_email.list_email_identities;Description
Returns a list of all of the email identities that are associated with your Amazon Pinpoint 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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| identity_name The address or domain of the identity. | VARCHAR |
| identity_type The email identity type. The identity type can be one of the following:
| VARCHAR |
| sending_enabled Indicates whether or not you can send email from the identity. In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity. | BOOLEAN |