ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxisArgs

data class ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxisArgs(val tableArn: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxisArgs>

Constructors

constructor(tableArn: Output<String>? = null, value: Output<Int>? = null)

Properties

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

ARN of the table which is queried with the largest time range.

Link copied to clipboard
val value: Output<Int>? = null

Maximum duration in nanoseconds between the start and end of the query.

Functions

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