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

DescribeInboundCrossClusterSearchConnectionsRequest

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

Container for the parameters to the "DescribeInboundCrossClusterSearchConnections" operation.

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

§Properties

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

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

  • cross-cluster-search-connection-id
  • source-domain-info.domain-name
  • source-domain-info.owner-id
  • source-domain-info.region
  • destination-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. It is used for pagination.