@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.689Z") @Stability(value=Stable) public interface CfnRouteCalculatorProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
CfnRouteCalculatorProps cfnRouteCalculatorProps = CfnRouteCalculatorProps.builder()
.calculatorName("calculatorName")
.dataSource("dataSource")
// the properties below are optional
.description("description")
.pricingPlan("pricingPlan")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteCalculatorProps.Builder
A builder for
CfnRouteCalculatorProps |
static class |
CfnRouteCalculatorProps.Jsii$Proxy
An implementation for
CfnRouteCalculatorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteCalculatorProps.Builder |
builder() |
String |
getCalculatorName()
The name of the route calculator resource.
|
String |
getDataSource()
Specifies the data provider of traffic and road network data.
|
default String |
getDescription()
The optional description for the route calculator resource.
|
default String |
getPricingPlan()
No longer used.
|
@Stability(value=Stable) @NotNull String getCalculatorName()
Requirements:
ExampleRouteCalculator .@Stability(value=Stable) @NotNull String getDataSource()
This field is case-sensitive. Enter the valid values as shown. For example, entering
HEREreturns an error.
Valid values include:
EsriHereFor more information about data providers, see the Amazon Location Service data providers page .
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getPricingPlan()
Allowed Values : RequestBasedUsage
@Stability(value=Stable) static CfnRouteCalculatorProps.Builder builder()
CfnRouteCalculatorProps.Builder of CfnRouteCalculatorPropsCopyright © 2022. All rights reserved.