Put Email Identity Dkim Attributes
sesv2_put_email_identity_dkim_attributes | R Documentation |
Used to enable or disable DKIM authentication for an email identity¶
Description¶
Used to enable or disable DKIM authentication for an email identity.
Usage¶
Arguments¶
EmailIdentity
[required] The email identity.
SigningEnabled
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 tofalse
, your messages are sent without DKIM signing.
Value¶
An empty list.