aws.opensearchserverless.list_collections
Example SQL Queries
SELECT * FROMaws.opensearchserverless.list_collections;Description
Lists all OpenSearch Serverless collections. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
Make sure to include an empty request body {} if you don't include any collection filters in the request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collection_filters Input Column A list of filter names and values that you can use for requests. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum number of results to return. Default is 20. You can use nextToken to get the next page of results. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| collection_summaries Details about each collection. | STRUCT( |
Show child fields
| |