Interface CfnSessionPropsMixin.SessionCommandProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSessionPropsMixin.SessionCommandProperty.Jsii$Proxy
- Enclosing class:
CfnSessionPropsMixin
@Stability(Stable)
public static interface CfnSessionPropsMixin.SessionCommandProperty
extends software.amazon.jsii.JsiiSerializable
The SessionCommand that runs the job.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
SessionCommandProperty sessionCommandProperty = SessionCommandProperty.builder()
.name("name")
.pythonVersion("pythonVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSessionPropsMixin.SessionCommandPropertystatic final classAn implementation forCfnSessionPropsMixin.SessionCommandProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Specifies the name of the SessionCommand.Can be 'glueetl' or 'gluestreaming'.
- See Also:
-
getPythonVersion
Specifies the Python version.The Python version indicates the version supported for jobs of type Spark.
- See Also:
-
builder
-