GetTrackerResult

data class GetTrackerResult(val createTime: String, val description: String, val id: String, val kmsKeyId: String, val positionFiltering: String, val tags: Map<String, String>, val trackerArn: String, val trackerName: String, val updateTime: String)

A collection of values returned by getTracker.

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, id: String, kmsKeyId: String, positionFiltering: String, tags: Map<String, String>, trackerArn: String, trackerName: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp for when the tracker resource was created in ISO 8601 format.

Link copied to clipboard

Optional description for the tracker resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.

Link copied to clipboard

Position filtering method of the tracker resource.

Link copied to clipboard

Key-value map of resource tags for the tracker.

Link copied to clipboard

ARN for the tracker resource. Used when you need to specify a resource across all AWS.

Link copied to clipboard
Link copied to clipboard

Timestamp for when the tracker resource was last updated in ISO 8601 format.