aws.location.describe_route_calculator
Example SQL Queries
SELECT * FROMaws.location.describe_route_calculatorWHERE"calculator_name" = 'VALUE';Description
Retrieves the route calculator resource details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| calculator_name Required Input Column The name of the route calculator resource being described. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| calculator_arn The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
| VARCHAR |
| create_time The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
| TIMESTAMP_S |
| data_source The data provider of traffic and road network data. Indicates one of the available providers:
For more information about data providers, see Amazon Location Service data providers. | VARCHAR |
| description The optional description of the route calculator resource. | VARCHAR |
| pricing_plan Always returns RequestBasedUsage. | VARCHAR |
| tags Tags associated with route calculator resource. | MAP(VARCHAR, VARCHAR) |
| update_time The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
| TIMESTAMP_S |