Email Identity Dkim Signing Attributes
data class EmailIdentityDkimSigningAttributes(val domainSigningPrivateKey: String? = null, val domainSigningSelector: String? = null, val nextSigningKeyLength: String? = null)
If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.
Properties
Link copied to clipboard
Bring Your Own DKIM A private key that's used to generate a DKIM signature. The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
Link copied to clipboard
Bring Your Own DKIM A string that's used to identify a public key in the DNS configuration for a domain.
Link copied to clipboard
Easy DKIM The key length of the future DKIM key pair to be generated. This can be changed at most once per day.