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

ListEnvironmentAccountConnectionsInput

import type { ListEnvironmentAccountConnectionsInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListEnvironmentAccountConnectionsInput {
environmentName?: string | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
environmentName?: string | null
[src]

The environment name that's associated with each listed environment account connection.

§
maxResults?: number | null
[src]

The maximum number of environment account connections to list.

§
nextToken?: string | null
[src]

A token that indicates the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.

§

The type of account making the ListEnvironmentAccountConnections request.

§

The status details for each listed environment account connection.