class Aws::SESV2::Types::PutEmailIdentityDkimSigningAttributesRequest

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

@note When making an API call, you may pass PutEmailIdentityDkimSigningAttributesRequest

data as a hash:

    {
      email_identity: "Identity", # required
      signing_attributes_origin: "AWS_SES", # required, accepts AWS_SES, EXTERNAL
      signing_attributes: {
        domain_signing_selector: "Selector", # required
        domain_signing_private_key: "PrivateKey", # required
      },
    }

@!attribute [rw] email_identity

The email identity that you want to configure DKIM for.
@return [String]

@!attribute [rw] signing_attributes_origin

The method that you want to use to configure DKIM for the identity.
There are two possible values:

* `AWS_SES` – Configure DKIM for the identity by using [Easy
  DKIM][1].

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

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

@!attribute [rw] signing_attributes

An object that contains information about the private key and
selector that you want to use to configure DKIM for the identity.
This object is only required if you want to configure Bring Your Own
DKIM (BYODKIM) for the identity.
@return [Types::DkimSigningAttributes]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimSigningAttributesRequest AWS API Documentation

Constants

SENSITIVE