WorkGroupEngineVersionArgs

data class WorkGroupEngineVersionArgs(val effectiveEngineVersion: Output<String>? = null, val selectedEngineVersion: Output<String>? = null) : ConvertibleToJava<WorkGroupEngineVersionArgs>

The Athena engine version for running queries.

Constructors

Link copied to clipboard
constructor(effectiveEngineVersion: Output<String>? = null, selectedEngineVersion: Output<String>? = null)

Properties

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

Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a CreateWorkGroup or UpdateWorkGroup operation, the EffectiveEngineVersion field is ignored.

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

The engine version requested by the user. Possible values are determined by the output of ListEngineVersions , including AUTO. The default is AUTO.

Functions

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