Describe Place Index
locationservice_describe_place_index | R Documentation |
Retrieves the place index resource details¶
Description¶
Retrieves the place index resource details.
Usage¶
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"
)
)