Skip to content

Describe Tracker

locationservice_describe_tracker R Documentation

Retrieves the tracker resource details

Description

Retrieves the tracker resource details.

Usage

locationservice_describe_tracker(TrackerName)

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
)

Request syntax

svc$describe_tracker(
  TrackerName = "string"
)