Skip to content

Data Source: awsLocationTrackerAssociation

Retrieve information about a Location Service Tracker Association.

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.dataAwsLocationTrackerAssociation.DataAwsLocationTrackerAssociation(
  this,
  "example",
  {
    consumerArn:
      "arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer",
    trackerName: "example",
  }
);

Argument Reference

The following arguments are required:

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

Attributes Reference

No additional attributes are exported.