indices_list_only
Lists indices in a region or regions, for all properties use indices
Overview
| Name | indices_list_only |
| Type | Resource |
| Description | An OpenSearch Serverless index resource |
| Id | awscc.opensearchserverless.indices_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
collection_endpoint | string | The endpoint for the collection. |
index_name | string | The name of the OpenSearch Serverless index. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all indices in a region.
SELECT
region,
index_name,
collection_endpoint
FROM awscc.opensearchserverless.indices_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the indices_list_only resource, see indices