Terraform data source for managing an AWS SESv2 (Simple Email V2) Email Identity.
data "aws_sesv2_email_identity" "example" {
email_identity = "example.com"
}
The following arguments are required:
email_identity
- (Required) The name of the email identity.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Email Identity.dkim_signing_attributes
- A list of objects that contains at most one element with information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
current_signing_key_length
- [Easy DKIM] The key length of the DKIM key pair in use.last_key_generation_timestamp
- [Easy DKIM] The last time a key pair was generated for this identity.next_signing_key_length
- [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.signing_attributes_origin
- A string that indicates how DKIM was configured for the identity. AWS_SES
indicates that DKIM was configured for the identity by using Easy DKIM. EXTERNAL
indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).status
- Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the AWS SES API v2 Reference for supported statuses.tokens
- If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.identity_type
- The email identity type. Valid values: EMAIL_ADDRESS
, DOMAIN
.tags
- Key-value mapping of resource tags.verified_for_sending_status
- Specifies whether or not the identity is verified.