ISESV2PutEmailIdentityDkimAttributesRequest
Interface in AWS.SESV2
Interface for PutEmailIdentityDkimAttributes requests.
Ancestors
Properties
EmailIdentity
property EmailIdentity: string
The email identity to configure DKIM authentication for.
This can be either a verified email address or a verified domain for which you want to enable or disable DKIM signing. The identity must be verified in your Amazon SES account before DKIM can be configured. The email identity must be at least 1 character in length and can be either a single email address (e.g., user@example.com) or a domain (e.g., example.com).
SigningEnabled
property SigningEnabled: TOptional<Boolean>
Enables or disables DKIM signing for messages sent from the email identity.
When set to True, Amazon SES will automatically add DKIM signatures to all messages sent from this identity, improving deliverability and helping prevent email spoofing and phishing attacks. When set to False, messages sent from this identity will not include DKIM signatures, though other authentication methods may still be applied.