aws.resource_explorer_2.list_indexes_for_members
Example SQL Queries
SELECT * FROMaws.resource_explorer_2.list_indexes_for_membersWHERE"account_id_list" = 'VALUE';Description
Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id_list Required Input Column The account IDs will limit the output to only indexes from these accounts. | VARCHAR[] |
Show child fields
| |
| _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 |
| account_id The account ID for the index. | VARCHAR |
| arn The Amazon resource name (ARN) of the index. | VARCHAR |
| region The Amazon Web Services Region in which the index exists. | VARCHAR |
| type The type of index. It can be one of the following values:
| VARCHAR |