aws.location.describe_geofence_collection
Example SQL Queries
SELECT * FROMaws.location.describe_geofence_collectionWHERE"collection_name" = 'VALUE';Description
Retrieves the geofence collection details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collection_name Required Input Column The name of the geofence collection. | 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
| |
| collection_arn The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.
| VARCHAR |
| create_time The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |
| description The optional description for the geofence collection. | VARCHAR |
| geofence_count The number of geofences in the geofence collection. | BIGINT |
| kms_key_id A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource | VARCHAR |
| pricing_plan No longer used. Always returns RequestBasedUsage. | VARCHAR |
| pricing_plan_data_source No longer used. Always returns an empty string. | VARCHAR |
| tags Displays the key, value pairs of tags associated with this resource. | MAP(VARCHAR, VARCHAR) |
| update_time The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |