BatchPutGeofenceRequestEntry - Amazon Location Service

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 of the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error.

Note

Each geofence polygon can have a maximum of 1,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: