Get Email Identity Result
data class GetEmailIdentityResult(val arn: String, val configurationSetName: String, val dkimSigningAttributes: List<GetEmailIdentityDkimSigningAttribute>, val emailIdentity: String, val id: String, val identityType: String, val tags: Map<String, String>, val verifiedForSendingStatus: Boolean)
A collection of values returned by getEmailIdentity.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
The email identity type. Valid values: EMAIL_ADDRESS
, DOMAIN
.
Link copied to clipboard
Specifies whether or not the identity is verified.