View a markdown version of this page

RouteIntermodalVehicleOptions - Amazon Location Service

RouteIntermodalVehicleOptions

Options for the vehicle leg of the intermodal route.

Contents

AllowedModes

Allowed vehicle transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with ExcludedModes.

Type: Array of strings

Array Members: Fixed number of 1 item.

Valid Values: All | Car

Required: No

EnabledFor

Specifies the portion of the route for which this leg type is enabled. By default, the leg type is enabled for all legs. Valid values:

  • FirstLeg - Enable this leg type for the first non-pedestrian leg of the route.

  • LastLeg - Enable this leg type for the last non-pedestrian leg of the route.

  • EntireRoute - Enable this leg type for the entire route.

  • None - Disable this leg type entirely.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 2 items.

Valid Values: FirstLeg | LastLeg | EntireRoute | None

Required: No

ExcludedModes

Excluded vehicle transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with AllowedModes.

Type: Array of strings

Array Members: Fixed number of 1 item.

Valid Values: All | Car

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: