CreateEmailIdentityRequest

A request to begin the verification process for an email identity (an email address or domain).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.

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.

Link copied to clipboard

The email address or domain to verify.

Link copied to clipboard
val tags: List<Tag>?

An array of objects that define the tags (keys and values) to associate with the email identity.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String