Skip to content

Update Place Index

locationservice_update_place_index R Documentation

Updates the specified properties of a given place index resource

Description

Updates the specified properties of a given place index resource.

Usage

locationservice_update_place_index(IndexName, PricingPlan, Description,
  DataSourceConfiguration)

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.

Value

A list with the following syntax:

list(
  IndexName = "string",
  IndexArn = "string",
  UpdateTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$update_place_index(
  IndexName = "string",
  PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
  Description = "string",
  DataSourceConfiguration = list(
    IntendedUse = "SingleUse"|"Storage"
  )
)