class Aws::PinpointEmail::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 Amazon
Pinpoint sends from the identity are DKIM-signed. When you set this
value to `false`, then the messages that Amazon Pinpoint sends from
the identity aren't DKIM-signed.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutEmailIdentityDkimAttributesRequest AWS API Documentation

Constants

SENSITIVE