TrackerArgs

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

Definition of AWS::Location::Tracker Resource Type

Constructors

Link copied to clipboard
fun TrackerArgs(description: Output<String>? = null, kmsKeyId: Output<String>? = null, positionFiltering: Output<TrackerPositionFiltering>? = null, pricingPlan: Output<TrackerPricingPlan>? = null, pricingPlanDataSource: Output<String>? = null, trackerName: Output<String>? = null)

Functions

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

Properties

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