class Aws::SESV2::Types::PutEmailIdentityDkimAttributesRequest

A request to enable or disable DKIM signing of email that you send from an email identity.

@note When making an API call, you may pass PutEmailIdentityDkimAttributesRequest

data as a hash:

    {
      email_identity: "Identity", # required
      signing_enabled: false,
    }

@!attribute [rw] email_identity

The email identity that you want to change the DKIM settings for.
@return [String]

@!attribute [rw] signing_enabled

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimAttributesRequest AWS API Documentation

Constants

SENSITIVE