Class CfnRouteCalculatorProps
Properties for defining a CfnRouteCalculator
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouteCalculatorProps : Object, ICfnRouteCalculatorProps
Syntax (vb)
Public Class CfnRouteCalculatorProps
Inherits Object
Implements ICfnRouteCalculatorProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Location;
var cfnRouteCalculatorProps = new CfnRouteCalculatorProps {
CalculatorName = "calculatorName",
DataSource = "dataSource",
// the properties below are optional
Description = "description",
PricingPlan = "pricingPlan",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnRouteCalculatorProps() |
Properties
CalculatorName | The name of the route calculator resource. |
DataSource | Specifies the data provider of traffic and road network data. |
Description | The optional description for the route calculator resource. |
PricingPlan | No longer used. If included, the only allowed value is |
Tags | An array of key-value pairs to apply to this resource. |
Constructors
CfnRouteCalculatorProps()
public CfnRouteCalculatorProps()
Properties
CalculatorName
The name of the route calculator resource.
public string CalculatorName { get; set; }
Property Value
System.String
Remarks
DataSource
Specifies the data provider of traffic and road network data.
public string DataSource { get; set; }
Property Value
System.String
Remarks
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE
returns an error.
Valid values include:
Route calculators that use Esri as a data source only calculate routes that are shorter than 400 km.
For additional information , see Data providers on the Amazon Location Service Developer Guide .
Description
The optional description for the route calculator resource.
public string Description { get; set; }
Property Value
System.String
Remarks
PricingPlan
No longer used. If included, the only allowed value is RequestBasedUsage
.
public string PricingPlan { get; set; }
Property Value
System.String
Remarks
Allowed Values : RequestBasedUsage
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]