Interface IRouteCalculator
(experimental) A Route Calculator.
Namespace: Amazon.CDK.AWS.Location.Alpha
Assembly: Amazon.CDK.AWS.Location.Alpha.dll
Syntax (csharp)
public interface IRouteCalculator : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRouteCalculator Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| RouteCalculatorArn | (experimental) The Amazon Resource Name (ARN) of the route calculator resource. |
| RouteCalculatorName | (experimental) The name of the route calculator. |
Properties
RouteCalculatorArn
(experimental) The Amazon Resource Name (ARN) of the route calculator resource.
string RouteCalculatorArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: Arn,CalculatorArn
RouteCalculatorName
(experimental) The name of the route calculator.
string RouteCalculatorName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true