Skip to main content

indices

Retrieves a list of indices in a region

Overview

Nameindices
TypeResource
Descriptionindices
Idawscc.resourceexplorer2.indices

Fields

NameDatatypeDescription
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.resourceexplorer2.indices
WHERE region = 'us-east-1'

Permissions

To operate on the indices resource, the following permissions are required:

Create

resource-explorer-2:CreateIndex,
resource-explorer-2:GetIndex,
resource-explorer-2:TagResource,
resource-explorer-2:UpdateIndexType,
resource-explorer-2:DeleteIndex,
iam:CreateServiceLinkedRole

List

resource-explorer-2:ListIndexes