Data Source: aws_location_tracker_association

Retrieve information about a Location Service Tracker Association.

Example Usage

Basic Usage

data "aws_location_tracker_association" "example" {
  consumer_arn = "arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer"
  tracker_name = "example"
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports no additional attributes.