sesv2_put_email_identity_dkim_signing_attributes: Used to configure or change the DKIM authentication settings...

View source: R/sesv2_operations.R

sesv2_put_email_identity_dkim_signing_attributesR Documentation

Used to configure or change the DKIM authentication settings for an email domain identity

Description

Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:

See https://www.paws-r-sdk.com/docs/sesv2_put_email_identity_dkim_signing_attributes/ for full documentation.

Usage

sesv2_put_email_identity_dkim_signing_attributes(
  EmailIdentity,
  SigningAttributesOrigin,
  SigningAttributes = NULL
)

Arguments

EmailIdentity

[required] The email identity.

SigningAttributesOrigin

[required] 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).

SigningAttributes

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.