aws.resource_explorer_2.list_indexes
Example SQL Queries
SELECT * FROMaws.resource_explorer_2.list_indexes;Description
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.
Table Definition
| Column Name | Column Data Type |
|---|---|
| regions Input Column If specified, limits the response to only information about the index in the specified list of Amazon Web Services Regions. | VARCHAR[] |
Show child fields
| |
| type Input Column The type of index. It can be one of the following values:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon resource name (ARN) of the index. | VARCHAR |
| region The Amazon Web Services Region in which the index exists. | VARCHAR |