ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxis constructor

const ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxis({
  1. Input<List<String>?>? partitionKeys,
  2. Input<String?>? tableArn,
  3. Input<double?>? value,
})

Creates a new ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxis. partitionKeys Partition key used for partitioning, which can be a default measureName or a customer defined partition key. 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 ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxis({
  this.partitionKeys,
  this.tableArn,
  this.value,
});