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

UpdateDomainAssociationRequest

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

The request structure for the update domain association request.

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

§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 name of the domain.

§
enableAutoSubDomain?: boolean | null
[src]

Enables the automated creation of subdomains for branches.

§
subDomainSettings?: SubDomainSetting[] | null
[src]

Describes the settings for the subdomain.