GetPlaceIndexResult

data class GetPlaceIndexResult(val arn: String? = null, val createTime: String? = null, val dataSourceConfiguration: PlaceIndexDataSourceConfiguration? = null, val description: String? = null, val indexArn: String? = null, val pricingPlan: PlaceIndexPricingPlan? = null, val tags: List<Tag>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createTime: String? = null, dataSourceConfiguration: PlaceIndexDataSourceConfiguration? = null, description: String? = null, indexArn: String? = null, pricingPlan: PlaceIndexPricingPlan? = null, tags: List<Tag>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS .

Link copied to clipboard
val createTime: String? = null

The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .

Link copied to clipboard

Specifies the data storage option requesting Places.

Link copied to clipboard
val description: String? = null

The optional description for the place index resource.

Link copied to clipboard
val indexArn: String? = null

Synonym for Arn . The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS .

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updateTime: String? = null

The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .