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

DescribeCustomDomainsRequest

import type { DescribeCustomDomainsRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface DescribeCustomDomainsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ServiceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results that each response (result page) can include. It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

§
NextToken?: string | null
[src]

A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.