class Aws::SESV2::Types::CreateEmailIdentityRequest

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

@note When making an API call, you may pass CreateEmailIdentityRequest

data as a hash:

    {
      email_identity: "Identity", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      dkim_signing_attributes: {
        domain_signing_selector: "Selector", # required
        domain_signing_private_key: "PrivateKey", # required
      },
      configuration_set_name: "ConfigurationSetName",
    }

@!attribute [rw] email_identity

The email address or domain that you want to verify.
@return [String]

@!attribute [rw] tags

An array of objects that define the tags (keys and values) that you
want to associate with the email identity.
@return [Array<Types::Tag>]

@!attribute [rw] dkim_signing_attributes

If your request includes this object, Amazon SES configures the
identity to use Bring Your Own DKIM (BYODKIM) for DKIM
authentication purposes, as opposed to the default method, [Easy
DKIM][1].

You can only specify this object if the email identity is a domain,
as opposed to an address.

[1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
@return [Types::DkimSigningAttributes]

@!attribute [rw] configuration_set_name

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentityRequest AWS API Documentation

Constants

SENSITIVE