Data Source: awsLocationTracker
Retrieve information about a Location Service Tracker.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLocationTracker.DataAwsLocationTracker(this, "example", {
trackerName: "example",
});
Argument Reference
trackerName
- (Required) Name of the tracker resource.
Attribute Reference
createTime
- Timestamp for when the tracker resource was created in ISO 8601 format.description
- Optional description for the tracker resource.kmsKeyId
- Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.positionFiltering
- Position filtering method of the tracker resource.tags
- Key-value map of resource tags for the tracker.trackerArn
- ARN for the tracker resource. Used when you need to specify a resource across all AWS.updateTime
- Timestamp for when the tracker resource was last updated in ISO 8601 format.