GetRouteCalculatorResult

data class GetRouteCalculatorResult(val calculatorArn: String, val calculatorName: String, val createTime: String, val dataSource: String, val description: String, val id: String, val tags: Map<String, String>, val updateTime: String)

A collection of values returned by getRouteCalculator.

Constructors

Link copied to clipboard
constructor(calculatorArn: String, calculatorName: String, createTime: String, dataSource: String, description: String, id: String, tags: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN for the Route calculator resource. Use the ARN when you specify a resource across AWS.

Link copied to clipboard
Link copied to clipboard

Timestamp for when the route calculator resource was created in ISO 8601 format.

Link copied to clipboard

Data provider of traffic and road network data.

Link copied to clipboard

Optional description of the route calculator resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Key-value map of resource tags for the route calculator.

Link copied to clipboard

Timestamp for when the route calculator resource was last updated in ISO 8601 format.