Skip to main content

indices

Retrieves a list of indices in a region

Overview

Nameindices
TypeResource
Descriptionindices
Idawscc.kendra.indices

Fields

NameDatatypeDescription
idundefined
regionstringAWS 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