Class CfnJob.JobCommandProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnJob.JobCommandProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJob.JobCommandProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJob.JobCommandProperty
@Stability(Stable)
@Internal
public static final class CfnJob.JobCommandProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJob.JobCommandProperty
An implementation for
CfnJob.JobCommandProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnJob.JobCommandProperty
CfnJob.JobCommandProperty.Builder, CfnJob.JobCommandProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJob.JobCommandProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetName()The name of the job command.final StringThe Python version being used to execute a Python shell job.final StringIn Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment.final StringSpecifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job (required).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnJob.JobCommandProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnJob.JobCommandPropertyThe name of the job command.For an Apache Spark ETL job, this must be
glueetl. For a Python shell job, it must bepythonshell. For an Apache Spark streaming ETL job, this must begluestreaming. For a Ray job, this must beglueray.- Specified by:
getNamein interfaceCfnJob.JobCommandProperty- See Also:
-
getPythonVersion
Description copied from interface:CfnJob.JobCommandPropertyThe Python version being used to execute a Python shell job.Allowed values are 3 or 3.9. Version 2 is deprecated.
- Specified by:
getPythonVersionin interfaceCfnJob.JobCommandProperty- See Also:
-
getRuntime
Description copied from interface:CfnJob.JobCommandPropertyIn Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment.This field is not used in other job types. For supported runtime environment values, see Working with Ray jobs in the AWS Glue Developer Guide.
- Specified by:
getRuntimein interfaceCfnJob.JobCommandProperty- See Also:
-
getScriptLocation
Description copied from interface:CfnJob.JobCommandPropertySpecifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job (required).- Specified by:
getScriptLocationin interfaceCfnJob.JobCommandProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-