locationservice_update_place_index: Updates the specified properties of a given place index...

View source: R/locationservice_operations.R

locationservice_update_place_indexR 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(
  IndexName,
  PricingPlan = NULL,
  Description = NULL,
  DataSourceConfiguration = NULL
)

Arguments

IndexName

[required] The name of the place index resource to update.

PricingPlan

No longer used. If included, the only allowed value is RequestBasedUsage.

Description

Updates the description for the place index resource.

DataSourceConfiguration

Updates the data storage option for the place index resource.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.