Skip to main content

route_calculators_list_only

Lists route_calculators in a region or regions, for all properties use route_calculators

Overview

Nameroute_calculators_list_only
TypeResource
DescriptionDefinition of AWS::Location::RouteCalculator Resource Type
Idaws.location.route_calculators_list_only

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
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all route_calculators in a region.

SELECT
region,
calculator_name
FROM aws.location.route_calculators_list_only
WHERE region = 'us-east-1';

Permissions

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