Interface CfnWorkGroup.EngineVersionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkGroup.EngineVersionProperty.Jsii$Proxy
Enclosing class:
CfnWorkGroup

@Stability(Stable) public static interface CfnWorkGroup.EngineVersionProperty extends software.amazon.jsii.JsiiSerializable
The Athena engine version for running queries, or the PySpark engine version for running sessions.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.athena.*;
 EngineVersionProperty engineVersionProperty = EngineVersionProperty.builder()
         .effectiveEngineVersion("effectiveEngineVersion")
         .selectedEngineVersion("selectedEngineVersion")
         .build();
 

See Also: