Update Tracker
locationservice_update_tracker | R Documentation |
Updates the specified properties of a given tracker resource¶
Description¶
Updates the specified properties of a given tracker resource.
Usage¶
locationservice_update_tracker(TrackerName, PricingPlan,
PricingPlanDataSource, Description, PositionFiltering,
EventBridgeEnabled, KmsKeyEnableGeospatialQueries)
Arguments¶
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. |
Value¶
A list with the following syntax:
list(
TrackerName = "string",
TrackerArn = "string",
UpdateTime = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$update_tracker(
TrackerName = "string",
PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
PricingPlanDataSource = "string",
Description = "string",
PositionFiltering = "TimeBased"|"DistanceBased"|"AccuracyBased",
EventBridgeEnabled = TRUE|FALSE,
KmsKeyEnableGeospatialQueries = TRUE|FALSE
)