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

CreateDomainAssociationRequest

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

The request structure for the create domain association request.

interface CreateDomainAssociationRequest {
appId: string;
autoSubDomainCreationPatterns?: string[] | null;
autoSubDomainIAMRole?: string | null;
domainName: string;
enableAutoSubDomain?: boolean | null;
subDomainSettings: SubDomainSetting[];
}

§Properties

§
appId: string
[src]

The unique ID for an Amplify app.

§
autoSubDomainCreationPatterns?: string[] | null
[src]

Sets the branch patterns for automatic subdomain creation.

§
autoSubDomainIAMRole?: string | null
[src]

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

§
domainName: string
[src]

The domain name for the domain association.

§
enableAutoSubDomain?: boolean | null
[src]

Enables the automated creation of subdomains for branches.

§
subDomainSettings: SubDomainSetting[]
[src]

The setting for the subdomain.