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

PutEmailIdentityDkimAttributesRequest

import type { PutEmailIdentityDkimAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

A request to enable or disable DKIM signing of email that you send from an email identity.

interface PutEmailIdentityDkimAttributesRequest {
EmailIdentity: string;
SigningEnabled?: boolean | null;
}

§Properties

§
EmailIdentity: string
[src]

The email identity.

§
SigningEnabled?: boolean | null
[src]

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 to false, your messages are sent without DKIM signing.