TriggerHistoryRecord - Amazon CloudWatch Logs

TriggerHistoryRecord

A record of a scheduled query execution, including its status and destination processing information.

Contents

destinations

The list of destinations where the scheduled query results were delivered for this execution. This includes S3 buckets configured for the scheduled query.

Type: Array of ScheduledQueryDestination objects

Required: No

errorMessage

The error message if the scheduled query execution failed. This field is only populated when the execution status indicates a failure.

Type: String

Required: No

executionStatus

The status of the query execution (Running, Complete, Failed, Timeout, or InvalidQuery).

Type: String

Valid Values: Running | InvalidQuery | Complete | Failed | Timeout

Required: No

queryId

The unique identifier for the query execution.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: No

triggeredTimestamp

The time when the scheduled query was triggered, in Unix epoch time.

Type: Long

Valid Range: Minimum value of 0.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: