Skip to main content

route_calculator_tags

Expands all tag keys and values for route_calculators in a region

Overview

Nameroute_calculator_tags
TypeResource
DescriptionDefinition of AWS::Location::RouteCalculator Resource Type
Idaws.location.route_calculator_tags

Fields

NameDatatypeDescription
calculator_arnstring
calculator_namestring
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
data_sourcestring
descriptionstring
pricing_planstring
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all route_calculators in a region.

SELECT
region,
calculator_arn,
calculator_name,
create_time,
data_source,
description,
pricing_plan,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.route_calculator_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the route_calculator_tags resource, see route_calculators