elasticsearchservice_describe_inbound_cross_cluster_search_connections {paws.analytics} | R Documentation |
Lists all the inbound cross-cluster search connections for a destination domain
Description
Lists 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
|
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. |
[Package paws.analytics version 0.9.0 Index]