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

PutEmailIdentityDkimSigningAttributesRequest

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

A request to change the DKIM attributes for an email identity.

interface PutEmailIdentityDkimSigningAttributesRequest {
EmailIdentity: string;
SigningAttributes?: DkimSigningAttributes | null;
SigningAttributesOrigin: DkimSigningAttributesOrigin;
}

§Properties

§
EmailIdentity: string
[src]

The email identity.

§
SigningAttributes?: DkimSigningAttributes | null
[src]

An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.

§
SigningAttributesOrigin: DkimSigningAttributesOrigin
[src]

The method to use to configure DKIM for the identity. There are the following possible values:

  • AWS_SES – Configure DKIM for the identity by using Easy DKIM.
  • EXTERNAL – Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).