AWS Fundamentals Logo
AWS Fundamentals
AWS::Location::RouteCalculator

Location RouteCalculator

Definition of AWS::Location::RouteCalculator Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
CalculatorName
string
RequiredCreate-only
DataSource
string
RequiredCreate-only
Description
string
PricingPlan
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CalculatorArnstring-
CreateTimestring-
UpdateTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Location::RouteCalculator

Resources:
  MyResource:
    Type: AWS::Location::RouteCalculator
    Properties:
      DataSource: "value"
      CalculatorName: "my-calculatorname"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

geo:CreateRouteCalculatorgeo:DescribeRouteCalculatorgeo:TagResourcegeo:UntagResource

delete

geo:DeleteRouteCalculatorgeo:DescribeRouteCalculator

list

geo:ListRouteCalculators

read

geo:DescribeRouteCalculator

update

geo:CreateRouteCalculatorgeo:DescribeRouteCalculatorgeo:TagResourcegeo:UntagResourcegeo:UpdateRouteCalculator

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLocation
Properties9
Required2
TaggingSupported
Primary IDCalculatorName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CalculatorNameDataSource

External Links