GetMapResult

data class GetMapResult(val configurations: List<GetMapConfiguration>, val createTime: String, val description: String, val id: String, val mapArn: String, val mapName: String, val tags: Map<String, String>, val updateTime: String)

A collection of values returned by getMap.

Constructors

Link copied to clipboard
constructor(configurations: List<GetMapConfiguration>, createTime: String, description: String, id: String, mapArn: String, mapName: String, tags: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of configurations that specify the map tile style selected from a partner data provider.

Link copied to clipboard

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

Link copied to clipboard

Optional description for the map resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN for the map resource.

Link copied to clipboard
Link copied to clipboard

Key-value map of resource tags for the map.

Link copied to clipboard

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