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

DomainNameConfig

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

Describes a configuration for a custom domain.

interface DomainNameConfig {
appsyncDomainName?: string | null;
certificateArn?: string | null;
description?: string | null;
domainName?: string | null;
hostedZoneId?: string | null;
}

§Properties

§
appsyncDomainName?: string | null
[src]

The domain name that AppSync provides.

§
certificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

§
description?: string | null
[src]

A description of the DomainName configuration.

§
domainName?: string | null
[src]

The domain name.

§
hostedZoneId?: string | null
[src]

The ID of your Amazon Route 53 hosted zone.