Interface GeofenceCollectionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GeofenceCollectionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-04T00:39:42.000Z")
@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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forGeofenceCollectionProps
static final class
An implementation forGeofenceCollectionProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
(experimental) A description for the geofence collection.Default: - no description
-
getGeofenceCollectionName
(experimental) A name for the geofence collection.Must be between 1 and 100 characters and contain only alphanumeric characters, hyphens, periods and underscores.
Default: - A name is automatically generated
-
getKmsKey
(experimental) The customer managed to encrypt your data.Default: - Use an AWS managed key
- See Also:
-
builder
- Returns:
- a
GeofenceCollectionProps.Builder
ofGeofenceCollectionProps
-