AWS::Location::RouteCalculatorDefinition of AWS::Location::RouteCalculator Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CalculatorName | string | RequiredCreate-only |
DataSource | string | RequiredCreate-only |
Description | string | |
PricingPlan | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CalculatorArn | string | - |
CreateTime | string | - |
UpdateTime | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
geo:CreateRouteCalculatorgeo:DescribeRouteCalculatorgeo:TagResourcegeo:UntagResourcegeo:DeleteRouteCalculatorgeo:DescribeRouteCalculatorgeo:ListRouteCalculatorsgeo:DescribeRouteCalculatorgeo:CreateRouteCalculatorgeo:DescribeRouteCalculatorgeo:TagResourcegeo:UntagResourcegeo:UpdateRouteCalculatorOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCalculatorNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CalculatorNameDataSource