indices_list_only
Lists indices
in a region or regions, for all properties use indices
Overview
Name | indices_list_only |
Type | Resource |
Description | Definition of AWS::ResourceExplorer2::Index Resource Type |
Id | aws.resourceexplorer2.indices_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | object | |
type | string | |
index_state | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all indices
in a region.
SELECT
region,
arn
FROM aws.resourceexplorer2.indices_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the indices_list_only
resource, see indices