Route Calculation
Provides a Location Service Route Calculator.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.location.RouteCalculation;
import com.pulumi.aws.location.RouteCalculationArgs;
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 RouteCalculation("example", RouteCalculationArgs.builder()
.calculatorName("example")
.dataSource("Here")
.build());
}
}
Content copied to clipboard
Import
aws_location_route_calculator
can be imported using the route calculator name, e.g.,
$ pulumi import aws:location/routeCalculation:RouteCalculation example example
Content copied to clipboard
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across AWS.
Link copied to clipboard
The name of the route calculator resource.
Link copied to clipboard
The timestamp for when the route calculator resource was created in ISO 8601 format.
Link copied to clipboard
Specifies the data provider of traffic and road network data. The following arguments are optional:
Link copied to clipboard
The optional description for the route calculator resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The timestamp for when the route calculator resource was last update in ISO 8601.