Scheduled Query Last Run Summary Args
data class ScheduledQueryLastRunSummaryArgs(val errorReportLocations: Output<List<ScheduledQueryLastRunSummaryErrorReportLocationArgs>>? = null, val executionStats: Output<List<ScheduledQueryLastRunSummaryExecutionStatArgs>>? = null, val failureReason: Output<String>? = null, val invocationTime: Output<String>? = null, val queryInsightsResponses: Output<List<ScheduledQueryLastRunSummaryQueryInsightsResponseArgs>>? = null, val runStatus: Output<String>? = null, val triggerTime: Output<String>? = null) : ConvertibleToJava<ScheduledQueryLastRunSummaryArgs>
Constructors
Link copied to clipboard
constructor(errorReportLocations: Output<List<ScheduledQueryLastRunSummaryErrorReportLocationArgs>>? = null, executionStats: Output<List<ScheduledQueryLastRunSummaryExecutionStatArgs>>? = null, failureReason: Output<String>? = null, invocationTime: Output<String>? = null, queryInsightsResponses: Output<List<ScheduledQueryLastRunSummaryQueryInsightsResponseArgs>>? = 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
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
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
val queryInsightsResponses: Output<List<ScheduledQueryLastRunSummaryQueryInsightsResponseArgs>>? = null
Various insights and metrics related to the run summary of the scheduled query.
Link copied to clipboard
Actual time when the query was run.