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)


5832
5833
5834
5835
5836
5837
5838
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5832

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.



5832
5833
5834
5835
5836
5837
5838
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5832

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)


5832
5833
5834
5835
5836
5837
5838
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5832

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