GetEmailIdentityResult

data class GetEmailIdentityResult(val configurationSetAttributes: EmailIdentityConfigurationSetAttributes? = null, val dkimAttributes: EmailIdentityDkimAttributes? = null, val dkimDnsTokenName1: String? = null, val dkimDnsTokenName2: String? = null, val dkimDnsTokenName3: String? = null, val dkimDnsTokenValue1: String? = null, val dkimDnsTokenValue2: String? = null, val dkimDnsTokenValue3: String? = null, val dkimSigningAttributes: EmailIdentityDkimSigningAttributes? = null, val feedbackAttributes: EmailIdentityFeedbackAttributes? = null, val mailFromAttributes: EmailIdentityMailFromAttributes? = null)

Constructors

Link copied to clipboard
constructor(configurationSetAttributes: EmailIdentityConfigurationSetAttributes? = null, dkimAttributes: EmailIdentityDkimAttributes? = null, dkimDnsTokenName1: String? = null, dkimDnsTokenName2: String? = null, dkimDnsTokenName3: String? = null, dkimDnsTokenValue1: String? = null, dkimDnsTokenValue2: String? = null, dkimDnsTokenValue3: String? = null, dkimSigningAttributes: EmailIdentityDkimSigningAttributes? = null, feedbackAttributes: EmailIdentityFeedbackAttributes? = null, mailFromAttributes: EmailIdentityMailFromAttributes? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used to associate a configuration set with an email identity.

Link copied to clipboard

An object that contains information about the DKIM attributes for the identity.

Link copied to clipboard

The host name for the first token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

The host name for the second token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

The host name for the third token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

The record value for the first token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

The record value for the second token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

The record value for the third token that you have to add to the DNS configuration for your domain.

Link copied to clipboard

If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM . You can only specify this object if the email identity is a domain, as opposed to an address.

Link copied to clipboard

Used to enable or disable feedback forwarding for an identity.

Link copied to clipboard

Used to enable or disable the custom Mail-From domain configuration for an email identity.