aws.location.describe_tracker
Example SQL Queries
SELECT * FROMaws.location.describe_trackerWHERE"tracker_name" = 'VALUE';Description
Retrieves the tracker resource details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| tracker_name Required Input Column The name of the tracker resource. | 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 tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |
| description The optional description for the tracker resource. | VARCHAR |
| event_bridge_enabled Whether UPDATE events from this tracker in EventBridge are enabled. If set to true these events will be sent to EventBridge. | BOOLEAN |
| kms_key_enable_geospatial_queries Enables GeospatialQueries for a tracker that uses a Amazon Web Services KMS customer managed key. This parameter is only used if you are using a KMS customer managed key. If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key. You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the KmsKeyEnableGeospatialQueries parameter to true when creating or updating a Tracker. | BOOLEAN |
| kms_key_id A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource. | VARCHAR |
| position_filtering The position filtering method of the tracker resource. | VARCHAR |
| pricing_plan Always returns RequestBasedUsage. | VARCHAR |
| pricing_plan_data_source No longer used. Always returns an empty string. | VARCHAR |
| tags The tags associated with the tracker resource. | MAP(VARCHAR, VARCHAR) |
| tracker_arn The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.
| VARCHAR |
| update_time The timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |