Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain
Source:R/opensearchservice_operations.R
opensearchservice_describe_outbound_connections.RdLists all the outbound cross-cluster connections for a local (source) 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_outbound_connections/ for full documentation.
Usage
opensearchservice_describe_outbound_connections(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Filters
List of filter names and values that you can use for requests.
- MaxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results.- NextToken
If your initial
describe_outbound_connectionsoperation returns anextToken, you can include the returnednextTokenin subsequentdescribe_outbound_connectionsoperations, which returns results in the next page.