aws.location.list_place_indexes
Example SQL Queries
SELECT * FROMaws.location.list_place_indexes;Description
Lists place index resources in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| create_time The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |
| data_source The data provider of geospatial data. Values can be one of the following:
For more information about data providers, see Amazon Location Service data providers. | VARCHAR |
| description The optional description for the place index resource. | VARCHAR |
| index_name The name of the place index resource. | VARCHAR |
| pricing_plan No longer used. Always returns RequestBasedUsage. | VARCHAR |
| update_time The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |