ListGeofenceResponseEntry
Contains a list of geofences stored in a given geofence collection.
Contents
- CreateTime
-
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
Type: Timestamp
Required: Yes
- GeofenceId
-
The geofence identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[-._\p{L}\p{N}]+$
Required: Yes
- Geometry
-
Contains the geofence geometry details describing a polygon.
Type: GeofenceGeometry object
Required: Yes
- Status
-
Identifies the state of the geofence. A geofence will hold one of the following states:
-
ACTIVE
— The geofence has been indexed by the system. -
PENDING
— The geofence is being processed by the system. -
FAILED
— The geofence failed to be indexed by the system. -
DELETED
— The geofence has been deleted from the system index. -
DELETING
— The geofence is being deleted from the system index.
Type: String
Required: Yes
-
- UpdateTime
-
The timestamp for when the geofence was last updated in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: