Disassociate Tracker Consumer
locationservice_disassociate_tracker_consumer | R Documentation |
Removes the association between a tracker resource and a geofence collection¶
Description¶
Removes the association between a tracker resource and a geofence collection.
Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
Usage¶
locationservice_disassociate_tracker_consumer(TrackerName, ConsumerArn)
Arguments¶
TrackerName |
[required] The name of the tracker resource to be dissociated from the consumer. |
ConsumerArn |
[required] The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all Amazon Web Services.
|
Value¶
An empty list.
Request syntax¶
svc$disassociate_tracker_consumer(
TrackerName = "string",
ConsumerArn = "string"
)