You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::CreateEmailIdentityRequestWhen 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 collapseIf 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].
The email address or domain that you want to verify.
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
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 ⇒ StringThe 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