opensearchservice_describe_inbound_connections: Lists all the inbound cross-cluster search connections for a...

View source: R/opensearchservice_operations.R

opensearchservice_describe_inbound_connectionsR Documentation

Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain

Description

Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.

See https://www.paws-r-sdk.com/docs/opensearchservice_describe_inbound_connections/ for full documentation.

Usage

opensearchservice_describe_inbound_connections(
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

A list of filters used to match properties for inbound cross-cluster connections.

MaxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

NextToken

If your initial describe_inbound_connections operation returns a nextToken, you can include the returned nextToken in subsequent describe_inbound_connections operations, which returns results in the next page.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.