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
- Struct
- Aws::SESV2::Types::DkimSigningAttributes
- 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
-
#domain_signing_private_key ⇒ String
A private key that\'s used to generate a DKIM signature.
-
#domain_signing_selector ⇒ String
A string that\'s used to identify a public key in the DNS configuration for a domain.
Instance Attribute Details
#domain_signing_private_key ⇒ String
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.
#domain_signing_selector ⇒ String
A string that\'s used to identify a public key in the DNS configuration for a domain.