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

DisassociateCustomDomainResponse

import type { DisassociateCustomDomainResponse } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface DisassociateCustomDomainResponse {
CustomDomain: CustomDomain;
DNSTarget: string;
ServiceArn: string;
VpcDNSTargets: VpcDNSTarget[];
}

§Properties

§
CustomDomain: CustomDomain
[src]

A description of the domain name that's being disassociated.

§
DNSTarget: string
[src]

The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

§
VpcDNSTargets: VpcDNSTarget[]
[src]

DNS Target records for the custom domains of this Amazon VPC.