indices
Retrieves a list of indices
in a region
Overview
Name | indices |
Type | Resource |
Description | indices |
Id | awscc.resourceexplorer2.indices |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS 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