GetEmailIdentityResult

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

Link copied to clipboard
constructor(arn: String, configurationSetName: String, dkimSigningAttributes: List<GetEmailIdentityDkimSigningAttribute>, emailIdentity: String, id: String, identityType: String, tags: Map<String, String>, verifiedForSendingStatus: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Email Identity.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The email identity type. Valid values: EMAIL_ADDRESS, DOMAIN.

Link copied to clipboard

Key-value mapping of resource tags.

Link copied to clipboard

Specifies whether or not the identity is verified.