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

ListVpcIngressConnectionsRequest

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

§Properties

§

The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.

§
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.