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

Domain

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

The domain to associate with an WorkMail organization.

When you configure a domain hosted in Amazon Route 53 (Route 53), all recommended DNS records are added to the organization when you create it. For more information, see Adding a domain in the WorkMail Administrator Guide.

interface Domain {
DomainName?: string | null;
HostedZoneId?: string | null;
}

§Properties

§
DomainName?: string | null
[src]

The fully qualified domain name.

§
HostedZoneId?: string | null
[src]

The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.