Class: Aws::SESV2::Types::PutEmailIdentityDkimSigningAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

A request to change the DKIM attributes for an email identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The email identity.

Returns:

  • (String)


5778
5779
5780
5781
5782
5783
5784
# File 'lib/aws-sdk-sesv2/types.rb', line 5778

class PutEmailIdentityDkimSigningAttributesRequest < Struct.new(
  :email_identity,
  :signing_attributes_origin,
  :signing_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#signing_attributesTypes::DkimSigningAttributes

An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for [Easy DKIM].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html



5778
5779
5780
5781
5782
5783
5784
# File 'lib/aws-sdk-sesv2/types.rb', line 5778

class PutEmailIdentityDkimSigningAttributesRequest < Struct.new(
  :email_identity,
  :signing_attributes_origin,
  :signing_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#signing_attributes_originString

The method to use to configure DKIM for the identity. There are the following possible values:

  • ‘AWS_SES` – Configure DKIM for the identity by using [Easy DKIM].

  • ‘EXTERNAL` – Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html

Returns:

  • (String)


5778
5779
5780
5781
5782
5783
5784
# File 'lib/aws-sdk-sesv2/types.rb', line 5778

class PutEmailIdentityDkimSigningAttributesRequest < Struct.new(
  :email_identity,
  :signing_attributes_origin,
  :signing_attributes)
  SENSITIVE = []
  include Aws::Structure
end