ISESV2CreateEmailIdentityResponse
Interface in AWS.SESV2
Interface for CreateEmailIdentity responses.
Ancestors
Properties
DkimAttributes
property DkimAttributes: ISESV2DkimAttributes
Type: ISESV2DkimAttributes
Contains the DKIM configuration details for the created identity.
Provides information about the DKIM signing configuration, including tokens that must be added to DNS records for domain verification and DKIM setup. This property is populated only for domain identities or when DKIM is explicitly configured.
IdentityType
property IdentityType: string
The type of email identity that was created.
Indicates whether the identity is an individual email address, a domain, or a managed domain. Possible values:
EMAIL_ADDRESS– A single email address identity.DOMAIN– A domain identity that covers all addresses under that domain.MANAGED_DOMAIN– A managed domain identity (note: this type is not supported).
VerifiedForSendingStatus
property VerifiedForSendingStatus: Boolean
Indicates whether the email identity has been successfully verified.
Email identities must be verified before you can send emails from them. The verification process confirms that you own the email address or domain.