opensearchserviceserverless_batch_get_collection {paws.analytics} | R Documentation |
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint
Description
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_batch_get_collection/ for full documentation.
Usage
opensearchserviceserverless_batch_get_collection(ids = NULL, names = NULL)
Arguments
ids |
A list of collection IDs. You can't provide names and IDs in the same
request. The ID is part of the collection endpoint. You can also
retrieve it using the
|
names |
A list of collection names. You can't provide names and IDs in the same request. |
[Package paws.analytics version 0.9.0 Index]