ScheduledQuerySummary
Summary information about a scheduled query, used in list operations.
Contents
- creationTime
-
The time when the scheduled query was created.
Type: Long
Valid Range: Minimum value of 0.
Required: No
- destinationConfiguration
-
Configuration for destinations where the query results are delivered.
Type: DestinationConfiguration object
Required: No
- lastExecutionStatus
-
The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).
Type: String
Valid Values:
Running | InvalidQuery | Complete | Failed | TimeoutRequired: No
- lastTriggeredTime
-
The time when the scheduled query was last executed.
Type: Long
Valid Range: Minimum value of 0.
Required: No
- lastUpdatedTime
-
The time when the scheduled query was last updated.
Type: Long
Valid Range: Minimum value of 0.
Required: No
- name
-
The name of the scheduled query.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z0-9_\-/.#]+$Required: No
- scheduledQueryArn
-
The ARN of the scheduled query.
Type: String
Required: No
- scheduleExpression
-
The cron expression that defines when the scheduled query runs.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- state
-
The current state of the scheduled query (ENABLED or DISABLED).
Type: String
Valid Values:
ENABLED | DISABLEDRequired: No
- timezone
-
The timezone in which the schedule expression is evaluated.
Type: String
Length Constraints: Minimum length of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: