Query
A SQL string of criteria about events that you want to collect in an event data store.
Contents
- CreationTime
-
The creation time of a query.
Type: Timestamp
Required: No
- QueryId
-
The ID of a query.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[a-f0-9\-]+$
Required: No
- QueryStatus
-
The status of the query. This can be
QUEUED
,RUNNING
,FINISHED
,FAILED
,TIMED_OUT
, orCANCELLED
.Type: String
Valid Values:
QUEUED | RUNNING | FINISHED | FAILED | CANCELLED | TIMED_OUT
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: