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

DescribeCustomDomainsResponse

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

§Properties

§
CustomDomains: CustomDomain[]
[src]

A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults records per call.

§
DNSTarget: string
[src]

The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.

§
VpcDNSTargets: VpcDNSTarget[]
[src]

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