GetPlaceIndexResult

data class GetPlaceIndexResult(val createTime: String, val dataSource: String, val dataSourceConfigurations: List<GetPlaceIndexDataSourceConfiguration>, val description: String, val id: String, val indexArn: String, val indexName: String, val tags: Map<String, String>, val updateTime: String)

A collection of values returned by getPlaceIndex.

Constructors

Link copied to clipboard
constructor(createTime: String, dataSource: String, dataSourceConfigurations: List<GetPlaceIndexDataSourceConfiguration>, description: String, id: String, indexArn: String, indexName: String, tags: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp for when the place index resource was created in ISO 8601 format.

Link copied to clipboard

Data provider of geospatial data.

Link copied to clipboard

List of configurations that specify data storage option for requesting Places.

Link copied to clipboard

Optional description for the place index resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN for the place index resource.

Link copied to clipboard
Link copied to clipboard

Key-value map of resource tags for the place index.

Link copied to clipboard

Timestamp for when the place index resource was last updated in ISO 8601 format.