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

DescribeDirectConnectGatewayAssociationsRequest

import type { DescribeDirectConnectGatewayAssociationsRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeDirectConnectGatewayAssociationsRequest {
associatedGatewayId?: string | null;
associationId?: string | null;
directConnectGatewayId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
virtualGatewayId?: string | null;
}

§Properties

§
associatedGatewayId?: string | null
[src]

The ID of the associated gateway.

§
associationId?: string | null
[src]

The ID of the Direct Connect gateway association.

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
maxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

§
nextToken?: string | null
[src]

The token provided in the previous call to retrieve the next page.

§
virtualGatewayId?: string | null
[src]

The ID of the virtual private gateway or transit gateway.