You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::PutEmailIdentityDkimAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutEmailIdentityDkimAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The email identity that you want to change the DKIM settings for.

Returns:

  • (String)

    The email identity that you want to change the DKIM settings for.

#signing_enabledBoolean

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.

Returns:

  • (Boolean)

    Sets the DKIM signing configuration for the identity.