aws.location.list_geofence_collections
Example SQL Queries
SELECT * FROMaws.location.list_geofence_collections;Description
Lists geofence collections 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
| |
| collection_name The name of the geofence collection. | VARCHAR |
| create_time The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |
| description The description for the geofence collection | VARCHAR |
| pricing_plan No longer used. Always returns RequestBasedUsage. | VARCHAR |
| pricing_plan_data_source No longer used. Always returns an empty string. | VARCHAR |
| update_time Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |