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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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)


5808
5809
5810
5811
5812
5813
5814
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5808

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.



5808
5809
5810
5811
5812
5813
5814
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5808

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).

Returns:

  • (String)


5808
5809
5810
5811
5812
5813
5814
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5808

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