RouteCalculatorArgs

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

Constructors

Link copied to clipboard
constructor(calculatorName: Output<String>? = null, dataSource: Output<String>? = null, description: Output<String>? = null, pricingPlan: Output<RouteCalculatorPricingPlan>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val calculatorName: Output<String>? = null

The name of the route calculator resource. Requirements:

Link copied to clipboard
val dataSource: Output<String>? = null

Specifies the data provider of traffic and road network data.

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): RouteCalculatorArgs