Skip to main content

collections_list_only

Lists collections in a region or regions, for all properties use collections

Overview

Namecollections_list_only
TypeResource
DescriptionAmazon OpenSearchServerless collection resource
Idaws.opensearchserverless.collections_list_only

Fields

NameDatatypeDescription
idstringThe identifier of the collection
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all collections in a region.

SELECT
region,
id
FROM aws.opensearchserverless.collections_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the collections_list_only resource, see collections