indices
Retrieves a list of indices
in a region
Overview
Name | indices |
Type | Resource |
Description | indices |
Id | awscc.kendra.indices |
Fields
Name | Datatype | Description |
---|---|---|
id | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.kendra.indices
WHERE region = 'us-east-1'
Permissions
To operate on the indices
resource, the following permissions are required:
Create
kendra:CreateIndex,
kendra:DescribeIndex,
kendra:UpdateIndex,
kendra:ListTagsForResource,
iam:PassRole,
kendra:TagResource
List
kendra:ListIndices