EmailIdentityDkimAttributesArgs

data class EmailIdentityDkimAttributesArgs(val signingEnabled: Output<Boolean>? = null) : ConvertibleToJava<EmailIdentityDkimAttributesArgs>

Used to enable or disable DKIM authentication for an email identity.

Constructors

Link copied to clipboard
constructor(signingEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val signingEnabled: Output<Boolean>? = null

Sets the DKIM signing configuration for the identity. When you set this value true, then the messages that are sent from the identity are signed using DKIM. If you set this value to false, your messages are sent without DKIM signing.

Functions

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