Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_list_collections: Lists all OpenSearch Serverless collections

Description

Lists all OpenSearch Serverless collections. For more information, see Creating and managing Amazon OpenSearch Serverless collections.

See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_collections/ for full documentation.

Usage

opensearchserviceserverless_list_collections(
  collectionFilters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

collectionFilters

A list of filter names and values that you can use for requests.

maxResults

The maximum number of results to return. Default is 20. You can use nextToken to get the next page of results.

nextToken

If your initial list_collections operation returns a nextToken, you can include the returned nextToken in subsequent list_collections operations, which returns results in the next page.