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

DescribeOutboundConnectionsRequest

import type { DescribeOutboundConnectionsRequest } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Container for the parameters to the "DescribeOutboundConnections" operation.

interface DescribeOutboundConnectionsRequest {
Filters?: Filter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

A list of filters used to match properties for outbound cross-cluster connections. Available "Filter" names for this operation are:

  • connection-id
  • remote-domain-info.domain-name
  • remote-domain-info.owner-id
  • remote-domain-info.region
  • local-domain-info.domain-name
§
MaxResults?: number | null
[src]

Set this value to limit the number of results returned. If not specified, defaults to 100.

§
NextToken?: string | null
[src]

NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for pagination.