Interface GeofenceCollectionProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
GeofenceCollectionProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-05-22T23:40:01.849Z") @Stability(Experimental) public interface GeofenceCollectionProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for a geofence collection.

Example:

 Key key;
 GeofenceCollection.Builder.create(this, "GeofenceCollection")
         .geofenceCollectionName("MyGeofenceCollection") // optional, defaults to a generated name
         .kmsKey(key)
         .build();