interface RouteCalculatorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Location.RouteCalculatorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#RouteCalculatorReference |
![]() | software.amazon.awscdk.services.location.RouteCalculatorReference |
![]() | aws_cdk.aws_location.RouteCalculatorReference |
![]() | aws-cdk-lib » aws_location » RouteCalculatorReference |
A reference to a RouteCalculator resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from 'aws-cdk-lib';
const routeCalculatorReference: location.RouteCalculatorReference = {
calculatorName: 'calculatorName',
routeCalculatorArn: 'routeCalculatorArn',
};
Properties
Name | Type | Description |
---|---|---|
calculator | string | The CalculatorName of the RouteCalculator resource. |
route | string | The ARN of the RouteCalculator resource. |
calculatorName
Type:
string
The CalculatorName of the RouteCalculator resource.
routeCalculatorArn
Type:
string
The ARN of the RouteCalculator resource.