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.3/services/pinpointemail.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 that you want to change the DKIM settings for.

§
SigningEnabled?: boolean | null
[src]

Sets the DKIM signing configuration for the identity.

When you set this value true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.