Retrieve information about a Location Service Route Calculator.
data "aws_location_route_calculator" "example" {
calculator_name = "example"
}
calculator_name
- (Required) Name of the route calculator resource.This data source exports the following attributes in addition to the arguments above:
calculator_arn
- ARN for the Route calculator resource. Use the ARN when you specify a resource across AWS.create_time
- Timestamp for when the route calculator resource was created in ISO 8601 format.data_source
- Data provider of traffic and road network data.description
- Optional description of the route calculator resource.tags
- Key-value map of resource tags for the route calculator.update_time
- Timestamp for when the route calculator resource was last updated in ISO 8601 format.