BatchPutGeofenceRequestEntry
Contains geofence geometry details.
Contents
- GeofenceId
-
The identifier for the geofence to be stored in a given geofence collection.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[-._\p{L}\p{N}]+
Required: Yes
- Geometry
-
Contains the details to specify the position of the geofence. Can be a polygon, a circle or a polygon encoded in Geobuf format. Including multiple selections will return a validation error.
Note
The geofence polygon format supports a maximum of 1,000 vertices. The Geofence geobuf format supports a maximum of 100,000 vertices.
Type: GeofenceGeometry object
Required: Yes
- GeofenceProperties
-
Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence.
Format:
"key" : "value"
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 3 items.
Key Length Constraints: Minimum length of 1. Maximum length of 20.
Value Length Constraints: Minimum length of 1. Maximum length of 40.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: