Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_batch_get_collection: 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 list_collections API.

names

A list of collection names. You can't provide names and IDs in the same request.