Jump to Content

Interface SetIdentityDkimEnabledRequest

Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

Hierarchy

Properties

Properties

DkimEnabled: undefined | boolean

Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Identity: undefined | string

The identity for which DKIM signing should be enabled or disabled.