Retrieve information about a Location Service Tracker Association.
data "aws_location_tracker_association" "example" {
consumer_arn = "arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer"
tracker_name = "example"
}
The following arguments are required:
consumer_arn
- (Required) ARN of the geofence collection associated to tracker resource.tracker_name
- (Required) Name of the tracker resource associated with a geofence collection.This data source exports no additional attributes.