Show / Hide Table of Contents

Interface IRouteCalculator

(experimental) A Route Calculator.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

Stability: Experimental

Attribute: Arn,CalculatorArn

RouteCalculatorName

(experimental) The name of the route calculator.

string RouteCalculatorName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX