ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis constructor

const ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis({
  1. Input<String?>? tableArn,
  2. Input<int?>? value,
})

Creates a new ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis. tableArn ARN of the table which is queried with the largest time range. value Maximum duration in nanoseconds between the start and end of the query.

Implementation

const ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis({
  this.tableArn,
  this.value,
});