Used to enable or disable DKIM authentication for an email identity.
See https://www.paws-r-sdk.com/docs/sesv2_put_email_identity_dkim_attributes/ for full documentation.
sesv2_put_email_identity_dkim_attributes(EmailIdentity, SigningEnabled = NULL)
[required] The email identity.
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the
identity are signed using DKIM. If you set this value to false
, your
messages are sent without DKIM signing.