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

VerifyDomainDkimRequest

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

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

interface VerifyDomainDkimRequest {
Domain: string;
}

§Properties

§
Domain: string
[src]

The name of the domain to be verified for Easy DKIM signing.