locationservice_update_tracker {paws.application.integration} | R Documentation |
Updates the specified properties of a given tracker resource
Description
Updates the specified properties of a given tracker resource.
See https://www.paws-r-sdk.com/docs/locationservice_update_tracker/ for full documentation.
Usage
locationservice_update_tracker(
Description = NULL,
EventBridgeEnabled = NULL,
KmsKeyEnableGeospatialQueries = NULL,
PositionFiltering = NULL,
PricingPlan = NULL,
PricingPlanDataSource = NULL,
TrackerName
)
Arguments
Description |
Updates the description for the tracker resource. |
EventBridgeEnabled |
Whether to enable position You do not need enable this feature to get |
KmsKeyEnableGeospatialQueries |
Enables This parameter is only used if you are using a KMS customer managed key. |
PositionFiltering |
Updates the position filtering for the tracker resource. Valid values:
|
PricingPlan |
No longer used. If included, the only allowed value is
|
PricingPlanDataSource |
This parameter is no longer used. |
TrackerName |
[required] The name of the tracker resource to update. |