collections
Retrieves a list of collections
in a region
Overview
Name | collections |
Type | Resource |
Description | collections |
Id | awscc.opensearchserverless.collections |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier of the collection |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.opensearchserverless.collections
WHERE region = 'us-east-1'
Permissions
To operate on the collections
resource, the following permissions are required:
Create
aoss:CreateCollection,
aoss:BatchGetCollection,
iam:CreateServiceLinkedRole
List
aoss:ListCollections