/dhall-aws-cloudformation/cloudformation/AWS::Location::RouteCalculator/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ CalculatorName : (./../../Fn.dhall).CfnText
, DataSource : (./../../Fn.dhall).CfnText
, Description : Optional (./../../Fn.dhall).CfnText
, PricingPlan : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, PricingPlan = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}