A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SESV2/Types/CreateEmailIdentityRequest.html below:

CreateEmailIdentityRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::CreateEmailIdentityRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateEmailIdentityRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse Instance Attribute Details #dkim_signing_attributesTypes::DkimSigningAttributes

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.

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

#email_identity ⇒ String

The email address or domain that you want to verify.

#tags ⇒ Array<Types::Tag>

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4