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

DeleteDomainAssociationRequest

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

The request structure for the delete domain association request.

interface DeleteDomainAssociationRequest {
appId: string;
domainName: string;
}

§Properties

§
appId: string
[src]

The unique id for an Amplify app.

§
domainName: string
[src]

The name of the domain.