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

SubDomainSetting

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

Describes the settings for the subdomain.

interface SubDomainSetting {
branchName: string;
prefix: string;
}

§Properties

§
branchName: string
[src]

The branch name setting for the subdomain.

§
prefix: string
[src]

The prefix setting for the subdomain.