class Aws::LocationService::Types::UpdatePlaceIndexRequest

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

data as a hash:

    {
      data_source_configuration: {
        intended_use: "SingleUse", # accepts SingleUse, Storage
      },
      description: "ResourceDescription",
      index_name: "ResourceName", # required
      pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
    }

@!attribute [rw] data_source_configuration

Updates the data storage option for the place index resource.
@return [Types::DataSourceConfiguration]

@!attribute [rw] description

Updates the description for the place index resource.
@return [String]

@!attribute [rw] index_name

The name of the place index resource to update.
@return [String]

@!attribute [rw] pricing_plan

Updates the pricing plan for the place index resource.

For more information about each pricing plan option restrictions,
see [Amazon Location Service pricing][1].

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

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

Constants

SENSITIVE