locationservice_update_place_index {paws.application.integration} | R Documentation |
Updates the specified properties of a given place index resource
Description
Updates the specified properties of a given place index resource.
See https://www.paws-r-sdk.com/docs/locationservice_update_place_index/ for full documentation.
Usage
locationservice_update_place_index(
DataSourceConfiguration = NULL,
Description = NULL,
IndexName,
PricingPlan = NULL
)
Arguments
DataSourceConfiguration |
Updates the data storage option for the place index resource. |
Description |
Updates the description for the place index resource. |
IndexName |
[required] The name of the place index resource to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
[Package paws.application.integration version 0.6.0 Index]