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

DisassociateCustomDomainRequest

import type { DisassociateCustomDomainRequest } from "https://aws-api.deno.dev/v0.3/services/apprunner.ts?docs=full";
interface DisassociateCustomDomainRequest {
DomainName: string;
ServiceArn: string;
}

§Properties

§
DomainName: string
[src]

The domain name that you want to disassociate from the App Runner service.

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.