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

ListObservabilityConfigurationsRequest

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

§Properties

§
LatestOnly?: boolean | null
[src]

Set to true to list only the latest revision for each requested configuration name.

Set to false to list all revisions for each requested configuration name.

Default: true

§
MaxResults?: number | null
[src]

The maximum number of results to include in each response (result page). 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.

§
ObservabilityConfigurationName?: string | null
[src]

The name of the App Runner observability configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.