Lists all the inbound cross-cluster search connections for a destination domain
Source:R/elasticsearchservice_operations.R
elasticsearchservice_descr_inbou_cross_clust_searc_conne.RdLists all the inbound cross-cluster search connections for a destination domain.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_inbound_cross_cluster_search_connections/ for full documentation.
Usage
elasticsearchservice_describe_inbound_cross_cluster_search_connections(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Filters
A list of filters used to match properties for inbound cross-cluster search connection. Available
Filternames 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
Set this value to limit the number of results returned. If not specified, defaults to 100.
- NextToken
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.