class Aws::PinpointEmail::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
        },
      ],
    }

@!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>]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/CreateEmailIdentityRequest AWS API Documentation

Constants

SENSITIVE