ISESV2PutEmailIdentityDkimSigningAttributesRequest
Interface in AWS.SESV2
Interface for PutEmailIdentityDkimSigningAttributes requests.
Ancestors
Properties
EmailIdentity
property EmailIdentity: string
The email identity to configure DKIM signing attributes for.
This must be a domain identity (not an email address) for which you want to configure or change DKIM authentication settings. The domain must be verified in your Amazon SES account before DKIM signing attributes can be configured. The email identity must be at least 1 character in length and should be a domain name (e.g., example.com) rather than an individual email address.
SigningAttributes
property SigningAttributes: ISESV2DkimSigningAttributes
Type: ISESV2DkimSigningAttributes
The DKIM signing attributes containing private key, selector, and key length configuration.
This object contains the specific configuration needed for DKIM signing, including private keys and selectors for Bring Your Own DKIM (BYODKIM) or key length settings for Easy DKIM configuration. The contents of this object vary depending on the signing attributes origin: for BYODKIM it includes private keys and selectors, while for Easy DKIM it contains key length preferences. This field is optional. When not specified, only the signing attributes origin is updated without changing existing signing configuration details.
SigningAttributesOrigin
property SigningAttributesOrigin: string
The method to use for configuring DKIM authentication for the identity.
This determines whether to use Amazon SES managed DKIM keys or bring your own DKIM configuration. Supported signing attribute origin values:
AWS_SES– Use Easy DKIM with Amazon SES managed keys and automated DNS record creation.EXTERNAL– Use Bring Your Own DKIM (BYODKIM) with your own private keys and manual DNS configuration. This field is required and determines the overall DKIM authentication approach. You can switch between Easy DKIM and BYODKIM, or transition from no DKIM to either authentication method. Regional AWS_SES values (e.g.,AWS_SES_US_EAST_1) may also be available for region-specific Easy DKIM configuration.