class Aws::SESV2::Types::DkimSigningAttributes
An object that contains information about the tokens used for setting up Bring Your Own DKIM (BYODKIM).
@note When making an API call, you may pass DkimSigningAttributes
data as a hash: { domain_signing_selector: "Selector", # required domain_signing_private_key: "PrivateKey", # required }
@!attribute [rw] domain_signing_selector
A string that's used to identify a public key in the DNS configuration for a domain. @return [String]
@!attribute [rw] domain_signing_private_key
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DkimSigningAttributes AWS API Documentation
Constants
- SENSITIVE