get Tracker
Retrieve information about 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.LocationFunctions;
import com.pulumi.aws.location.inputs.GetTrackerArgs;
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) {
final var example = LocationFunctions.getTracker(GetTrackerArgs.builder()
.trackerName("example")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getTracker.
Parameters
argument
A collection of arguments for invoking getTracker.
Return
A collection of values returned by getTracker.
Parameters
tags
Key-value map of resource tags for the tracker.
tracker Name
Name of the tracker resource.
See also
Return
A collection of values returned by getTracker.
Parameters
argument
Builder for com.pulumi.aws.location.kotlin.inputs.GetTrackerPlainArgs.