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

Class: Aws::PinpointEmail::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 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.

Returns:

  • (Boolean)

    Sets the DKIM signing configuration for the identity.