class Aws::LocationService::Types::CreateRouteCalculatorRequest

@note When making an API call, you may pass CreateRouteCalculatorRequest

data as a hash:

    {
      calculator_name: "ResourceName", # required
      data_source: "String", # required
      description: "ResourceDescription",
      pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] calculator_name

The name of the route calculator resource.

Requirements:

* Can use alphanumeric characters (A–Z, a–z, 0–9) , hyphens (-),
  periods (.), and underscores (\_).

* Must be a unique Route calculator resource name.

* No spaces allowed. For example, `ExampleRouteCalculator`.
@return [String]

@!attribute [rw] data_source

Specifies the data provider of traffic and road network data.

<note markdown="1"> This field is case-sensitive. Enter the valid values as shown. For
example, entering `HERE` returns an error.

 </note>

Valid values include:

* `Esri` – For additional information about [Esri][1]'s coverage in
  your region of interest, see [Esri details on street networks and
  traffic coverage][2].

* `Here` – For additional information about [HERE
  Technologies][3]'s coverage in your region of interest, see [HERE
  car routing coverage][4] and [HERE truck routing coverage][5].

For additional information , see [Data providers][6] on the *Amazon
Location Service Developer Guide*.

[1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
[2]: https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm
[3]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
[4]: https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html
[5]: https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html
[6]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
@return [String]

@!attribute [rw] description

The optional description for the route calculator resource.
@return [String]

@!attribute [rw] pricing_plan

Specifies the pricing plan for your route calculator resource.

For additional details and restrictions on each pricing plan option,
see [Amazon Location Service pricing][1].

[1]: https://aws.amazon.com/location/pricing/
@return [String]

@!attribute [rw] tags

Applies one or more tags to the route calculator resource. A tag is
a key-value pair helps manage, identify, search, and filter your
resources by labelling them.

* For example: \\\{ `"tag1" : "value1"`, `"tag2" : "value2"`\\}

^

Format: `"key" : "value"`

Restrictions:

* Maximum 50 tags per resource

* Each resource tag must be unique with a maximum of one value.

* Maximum key length: 128 Unicode characters in UTF-8

* Maximum value length: 256 Unicode characters in UTF-8

* Can use alphanumeric characters (A–Z, a–z, 0–9), and the following
  characters: + - = . \_ : / @.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/CreateRouteCalculatorRequest AWS API Documentation

Constants

SENSITIVE