View source: R/locationservice_operations.R
locationservice_update_place_index | R Documentation |
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.
locationservice_update_place_index(
IndexName,
PricingPlan = NULL,
Description = NULL,
DataSourceConfiguration = NULL
)
IndexName |
[required] The name of the place index resource to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
Description |
Updates the description for the place index resource. |
DataSourceConfiguration |
Updates the data storage option for the place index resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.