Skip to content

Data Source: awsLocationRouteCalculator

Retrieve information about a Location Service Route Calculator.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLocationRouteCalculator.DataAwsLocationRouteCalculator(
  this,
  "example",
  {
    calculatorName: "example",
  }
);

Argument Reference

  • calculatorName - (Required) Name of the route calculator resource.

Attributes Reference

  • calculatorArn - ARN for the Route calculator resource. Use the ARN when you specify a resource across AWS.
  • createTime - Timestamp for when the route calculator resource was created in ISO 8601 format.
  • dataSource - 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.
  • updateTime - Timestamp for when the route calculator resource was last updated in ISO 8601 format.