aws.resource_explorer_2.get_index
Example SQL Queries
SELECT * FROMaws.resource_explorer_2.get_index;Description
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn The Amazon resource name (ARN) of the index. | VARCHAR |
| created_at The date and time when the index was originally created. | TIMESTAMP_S |
| last_updated_at The date and time when the index was last updated. | TIMESTAMP_S |
| replicating_from This response value is present only if this index is Type=AGGREGATOR. A list of the Amazon Web Services Regions that replicate their content to the index in this Region. | VARCHAR[] |
Show child fields
| |
| replicating_to This response value is present only if this index is Type=LOCAL. The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value. | VARCHAR[] |
Show child fields
| |
| state The current state of the index in this Amazon Web Services Region. | VARCHAR |
| tags Tag key and value pairs that are attached to the index. | MAP(VARCHAR, VARCHAR) |
| type The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index. | VARCHAR |