ResultReuseByAgeConfiguration

Specifies whether previous query results are reused, and if so, their maximum age.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if previous query results can be reused when the query is run; otherwise, false. The default is false.

Link copied to clipboard

Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String