Route Calculator Args
data class RouteCalculatorArgs(val calculatorName: Output<String>? = null, val dataSource: Output<String>? = null, val description: Output<String>? = null, val pricingPlan: Output<RouteCalculatorPricingPlan>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RouteCalculatorArgs>
Definition of AWS::Location::RouteCalculator Resource Type
Properties
Link copied to clipboard
The name of the route calculator resource. Requirements:
Link copied to clipboard
Specifies the data provider of traffic and road network data.
Link copied to clipboard
The optional description for the route calculator resource.
Link copied to clipboard
No longer used. If included, the only allowed value is RequestBasedUsage
. Allowed Values : RequestBasedUsage