View source: R/locationservice_operations.R
locationservice_update_tracker | R Documentation |
Updates the specified properties of a given tracker resource.
See https://www.paws-r-sdk.com/docs/locationservice_update_tracker/ for full documentation.
locationservice_update_tracker(
TrackerName,
PricingPlan = NULL,
PricingPlanDataSource = NULL,
Description = NULL,
PositionFiltering = NULL,
EventBridgeEnabled = NULL,
KmsKeyEnableGeospatialQueries = NULL
)
TrackerName |
[required] The name of the tracker resource to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
PricingPlanDataSource |
This parameter is no longer used. |
Description |
Updates the description for the tracker resource. |
PositionFiltering |
Updates the position filtering for the tracker resource. Valid values:
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.