EmailIdentityDkimSigningAttributesArgs

data class EmailIdentityDkimSigningAttributesArgs(val domainSigningPrivateKey: Output<String>? = null, val domainSigningSelector: Output<String>? = null, val nextSigningKeyLength: Output<String>? = null) : ConvertibleToJava<EmailIdentityDkimSigningAttributesArgs>

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.

Constructors

Link copied to clipboard
constructor(domainSigningPrivateKey: Output<String>? = null, domainSigningSelector: Output<String>? = null, nextSigningKeyLength: Output<String>? = null)

Properties

Link copied to clipboard
val domainSigningPrivateKey: Output<String>? = null

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
val domainSigningSelector: Output<String>? = null

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
val nextSigningKeyLength: Output<String>? = null

Easy DKIM The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

Functions

Link copied to clipboard
open override fun toJava(): EmailIdentityDkimSigningAttributesArgs