GetGeofenceCollectionResult

data class GetGeofenceCollectionResult(val collectionArn: String, val collectionName: String, val createTime: String, val description: String, val id: String, val kmsKeyId: String, val tags: Map<String, String>, val updateTime: String)

A collection of values returned by getGeofenceCollection.

Constructors

Link copied to clipboard
constructor(collectionArn: String, collectionName: String, createTime: String, description: String, id: String, kmsKeyId: String, tags: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN for the geofence collection resource. Used when you need to specify a resource across all AWS.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Optional description of the geofence collection resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.

Link copied to clipboard

Key-value map of resource tags for the geofence collection.

Link copied to clipboard

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