GetGeofenceCollectionPlainArgs

data class GetGeofenceCollectionPlainArgs(val collectionName: String, val kmsKeyId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetGeofenceCollectionPlainArgs>

A collection of arguments for invoking getGeofenceCollection.

Constructors

Link copied to clipboard
constructor(collectionName: String, kmsKeyId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the geofence collection.

Link copied to clipboard
val kmsKeyId: String? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetGeofenceCollectionPlainArgs