Skip to content

Describe Place Index

locationservice_describe_place_index R Documentation

Retrieves the place index resource details

Description

Retrieves the place index resource details.

Usage

locationservice_describe_place_index(IndexName)

Arguments

IndexName

[required] The name of the place index resource.

Value

A list with the following syntax:

list(
  IndexName = "string",
  IndexArn = "string",
  PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
  Description = "string",
  CreateTime = as.POSIXct(
    "2015-01-01"
  ),
  UpdateTime = as.POSIXct(
    "2015-01-01"
  ),
  DataSource = "string",
  DataSourceConfiguration = list(
    IntendedUse = "SingleUse"|"Storage"
  ),
  Tags = list(
    "string"
  )
)

Request syntax

svc$describe_place_index(
  IndexName = "string"
)