aws.location.describe_place_index
Example SQL Queries
SELECT * FROMaws.location.describe_place_indexWHERE"index_name" = 'VALUE';Description
Retrieves the place index resource details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_name Required Input Column The name of the place index resource being described. | 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
| |
| 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 |
| data_source_configuration The specified data storage option for requesting Places. | STRUCT( |
Show child fields
| |
| description The optional description for the place index resource. | VARCHAR |
| index_arn The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.
| VARCHAR |
| pricing_plan No longer used. Always returns RequestBasedUsage. | VARCHAR |
| tags Tags associated with place index resource. | MAP(VARCHAR, 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 |