--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_location_tracker Resource - terraform-provider-awscc" subcategory: "" description: |- Definition of AWS::Location::Tracker Resource Type --- # awscc_location_tracker (Resource) Definition of AWS::Location::Tracker Resource Type ## Schema ### Required - `tracker_name` (String) ### Optional - `description` (String) - `kms_key_id` (String) - `position_filtering` (String) - `pricing_plan` (String) - `pricing_plan_data_source` (String) ### Read-Only - `arn` (String) - `create_time` (String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) - `id` (String) Uniquely identifies the resource. - `tracker_arn` (String) - `update_time` (String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_location_tracker.example ```