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

Class: Aws::SESV2::Types::DkimSigningAttributes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

{
  domain_signing_selector: "Selector", # required
  domain_signing_private_key: "PrivateKey", # required
}

An object that contains information about the tokens used for setting up Bring Your Own DKIM (BYODKIM).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#domain_signing_private_keyString

A private key that\'s used to generate a DKIM signature.

The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.

Returns:

  • (String)

    A private key that\'s used to generate a DKIM signature.

#domain_signing_selectorString

A string that\'s used to identify a public key in the DNS configuration for a domain.

Returns:

  • (String)

    A string that\'s used to identify a public key in the DNS configuration for a domain.