ScheduledQueryRecentlyFailedRunArgs

data class ScheduledQueryRecentlyFailedRunArgs(val errorReportLocations: Output<List<ScheduledQueryRecentlyFailedRunErrorReportLocationArgs>>? = null, val executionStats: Output<List<ScheduledQueryRecentlyFailedRunExecutionStatArgs>>? = null, val failureReason: Output<String>? = null, val invocationTime: Output<String>? = null, val queryInsightsResponses: Output<List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseArgs>>? = null, val runStatus: Output<String>? = null, val triggerTime: Output<String>? = null) : ConvertibleToJava<ScheduledQueryRecentlyFailedRunArgs>

Constructors

Link copied to clipboard
constructor(errorReportLocations: Output<List<ScheduledQueryRecentlyFailedRunErrorReportLocationArgs>>? = null, executionStats: Output<List<ScheduledQueryRecentlyFailedRunExecutionStatArgs>>? = null, failureReason: Output<String>? = null, invocationTime: Output<String>? = null, queryInsightsResponses: Output<List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseArgs>>? = null, runStatus: Output<String>? = null, triggerTime: Output<String>? = null)

Properties

Link copied to clipboard

S3 location for error report.

Link copied to clipboard

Statistics for a single scheduled query run.

Link copied to clipboard
val failureReason: Output<String>? = null

Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.

Link copied to clipboard
val invocationTime: Output<String>? = null

InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter @scheduled_runtime can be used in the query to get the value.

Link copied to clipboard

Various insights and metrics related to the run summary of the scheduled query.

Link copied to clipboard
val runStatus: Output<String>? = null

Status of a scheduled query run. Valid values: AUTO_TRIGGER_SUCCESS, AUTO_TRIGGER_FAILURE, MANUAL_TRIGGER_SUCCESS, MANUAL_TRIGGER_FAILURE.

Link copied to clipboard
val triggerTime: Output<String>? = null

Actual time when the query was run.

Functions

Link copied to clipboard
open override fun toJava(): ScheduledQueryRecentlyFailedRunArgs