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

GetMailDomainResponse

import type { GetMailDomainResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetMailDomainResponse {
DkimVerificationStatus?: DnsRecordVerificationStatus | null;
IsDefault?: boolean | null;
IsTestDomain?: boolean | null;
OwnershipVerificationStatus?: DnsRecordVerificationStatus | null;
Records?: DnsRecord[] | null;
}

§Properties

§
DkimVerificationStatus?: DnsRecordVerificationStatus | null
[src]

Indicates the status of a DKIM verification.

§
IsDefault?: boolean | null
[src]

Specifies whether the domain is the default domain for your organization.

§
IsTestDomain?: boolean | null
[src]

Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.

§
OwnershipVerificationStatus?: DnsRecordVerificationStatus | null
[src]

Indicates the status of the domain ownership verification.

§
Records?: DnsRecord[] | null
[src]

A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.