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

SubDomain

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

The subdomain for the domain association.

interface SubDomain {
dnsRecord: string;
subDomainSetting: SubDomainSetting;
verified: boolean;
}

§Properties

§
dnsRecord: string
[src]

The DNS record for the subdomain.

§
subDomainSetting: SubDomainSetting
[src]

Describes the settings for the subdomain.

§
verified: boolean
[src]

The verified status of the subdomain