Lists all the outbound cross-cluster search connections for a source domain
Source:R/elasticsearchservice_operations.R
elasticsearchservice_descr_outbo_cross_clust_searc_conne.RdLists all the outbound cross-cluster search connections for a source domain.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_outbound_cross_cluster_search_connections/ for full documentation.
Usage
elasticsearchservice_describe_outbound_cross_cluster_search_connections(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Filters
A list of filters used to match properties for outbound cross-cluster search connection. Available
Filternames for this operation are:cross-cluster-search-connection-id
destination-domain-info.domain-name
destination-domain-info.owner-id
destination-domain-info.region
source-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.