Describe Tracker
locationservice_describe_tracker | R Documentation |
Retrieves the tracker resource details¶
Description¶
Retrieves the tracker resource details.
Usage¶
Arguments¶
TrackerName
[required] The name of the tracker resource.
Value¶
A list with the following syntax:
list(
TrackerName = "string",
TrackerArn = "string",
Description = "string",
PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
PricingPlanDataSource = "string",
Tags = list(
"string"
),
CreateTime = as.POSIXct(
"2015-01-01"
),
UpdateTime = as.POSIXct(
"2015-01-01"
),
KmsKeyId = "string",
PositionFiltering = "TimeBased"|"DistanceBased"|"AccuracyBased",
EventBridgeEnabled = TRUE|FALSE,
KmsKeyEnableGeospatialQueries = TRUE|FALSE
)