Uses of Interface
software.amazon.awscdk.interfaces.location.IRouteCalculatorRef
Packages that use IRouteCalculatorRef
Package
Description
AWS::Location Construct Library
-
Uses of IRouteCalculatorRef in software.amazon.awscdk.interfaces.location
Subinterfaces of IRouteCalculatorRef in software.amazon.awscdk.interfaces.locationModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteCalculatorRef.Classes in software.amazon.awscdk.interfaces.location that implement IRouteCalculatorRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRouteCalculatorRef in software.amazon.awscdk.services.location
Classes in software.amazon.awscdk.services.location that implement IRouteCalculatorRefModifier and TypeClassDescriptionclassSpecifies a route calculator resource in your AWS account.Methods in software.amazon.awscdk.services.location that return IRouteCalculatorRefModifier and TypeMethodDescriptionstatic IRouteCalculatorRefCfnRouteCalculator.fromCalculatorName(software.constructs.Construct scope, String id, String calculatorName) Creates a new IRouteCalculatorRef from a calculatorName.static IRouteCalculatorRefCfnRouteCalculator.fromRouteCalculatorArn(software.constructs.Construct scope, String id, String arn) Creates a new IRouteCalculatorRef from an ARN.