TrackerArgs

data class TrackerArgs(val description: Output<String>? = null, val eventBridgeEnabled: Output<Boolean>? = null, val kmsKeyEnableGeospatialQueries: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val positionFiltering: Output<TrackerPositionFiltering>? = null, val pricingPlan: Output<TrackerPricingPlan>? = null, val pricingPlanDataSource: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val trackerName: Output<String>? = null) : ConvertibleToJava<TrackerArgs>

Definition of AWS::Location::Tracker Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, eventBridgeEnabled: Output<Boolean>? = null, kmsKeyEnableGeospatialQueries: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, positionFiltering: Output<TrackerPositionFiltering>? = null, pricingPlan: Output<TrackerPricingPlan>? = null, pricingPlanDataSource: Output<String>? = null, tags: Output<List<TagArgs>>? = null, trackerName: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description for the tracker resource.

Link copied to clipboard
val eventBridgeEnabled: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val kmsKeyId: Output<String>? = null

A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.

Link copied to clipboard

Specifies the position filtering for the tracker resource. Valid values:

Link copied to clipboard
val pricingPlan: Output<TrackerPricingPlan>? = null
Link copied to clipboard
val pricingPlanDataSource: Output<String>? = null

This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val trackerName: Output<String>? = null

The name for the tracker resource. Requirements:

Functions

Link copied to clipboard
open override fun toJava(): TrackerArgs