Tracker Args
data class TrackerArgs(val description: Output<String>? = null, val kmsKeyId: Output<String>? = null, val positionFiltering: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trackerName: Output<String>? = null) : ConvertibleToJava<TrackerArgs>
Provides a Location Service Tracker.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.location.Tracker;
import com.pulumi.aws.location.TrackerArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Tracker("example", TrackerArgs.builder()
.trackerName("example")
.build());
}
}
Content copied to clipboard
Import
aws_location_tracker
resources can be imported using the tracker name, e.g.
$ pulumi import aws:location/tracker:Tracker example example
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The optional description for the tracker resource.
Link copied to clipboard
The position filtering method of the tracker resource. Valid values: TimeBased
, DistanceBased
, AccuracyBased
. Default: TimeBased
.
Link copied to clipboard
The name of the tracker resource. The following arguments are optional: