get Geofence Collection
suspend fun getGeofenceCollection(argument: GetGeofenceCollectionPlainArgs): GetGeofenceCollectionResult
Definition of AWS::Location::GeofenceCollection Resource Type
Return
null
Parameters
argument
null
Return
null
Parameters
collection Name
A custom name for the geofence collection. Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique geofence collection name.
No spaces allowed. For example,
ExampleGeofenceCollection
.
See also
suspend fun getGeofenceCollection(argument: suspend GetGeofenceCollectionPlainArgsBuilder.() -> Unit): GetGeofenceCollectionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.location.kotlin.inputs.GetGeofenceCollectionPlainArgs.