Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetIdentityDkimEnabledRequest

import type { SetIdentityDkimEnabledRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

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.

interface SetIdentityDkimEnabledRequest {
DkimEnabled: boolean;
Identity: string;
}

§Properties

§
DkimEnabled: boolean
[src]

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

§
Identity: string
[src]

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