ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxisArgs

data class ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxisArgs(val partitionKeys: Output<List<String>>? = null, val tableArn: Output<String>? = null, val value: Output<Double>? = null) : ConvertibleToJava<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxisArgs>

Constructors

constructor(partitionKeys: Output<List<String>>? = null, tableArn: Output<String>? = null, value: Output<Double>? = null)

Properties

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

Partition key used for partitioning, which can be a default measure_name or a customer defined partition key.

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<Double>? = null

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

Functions

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