Skip to content

Data Source: awsLocationTrackerAssociations

Retrieve information about Location Service Tracker Associations.

Example Usage

Basic 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.dataAwsLocationTrackerAssociations.DataAwsLocationTrackerAssociations(
  this,
  "example",
  {
    trackerName: "example",
  }
);

Argument Reference

The following arguments are required:

  • trackerName - (Required) Name of the tracker resource associated with a geofence collection.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • consumerArns - List of geofence collection ARNs associated to the tracker resource.