route_calculators
Retrieves a list of route_calculators
in a region
Overview
Name | route_calculators |
Type | Resource |
Description | route_calculators |
Id | awscc.location.route_calculators |
Fields
Name | Datatype | Description |
---|---|---|
calculator_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
calculator_name
FROM awscc.location.route_calculators
WHERE region = 'us-east-1'
Permissions
To operate on the route_calculators
resource, the following permissions are required:
Create
geo:CreateRouteCalculator,
geo:DescribeRouteCalculator,
geo:TagResource,
geo:UntagResource
List
geo:ListRouteCalculators