View source: R/sesv2_operations.R
sesv2_put_email_identity_dkim_signing_attributes | R Documentation |
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.
sesv2_put_email_identity_dkim_signing_attributes(
EmailIdentity,
SigningAttributesOrigin,
SigningAttributes = NULL
)
EmailIdentity |
[required] The email identity. |
SigningAttributesOrigin |
[required] The method to use to configure DKIM for the identity. There are the following possible values:
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.