Class CfnJobPropsMixin.JobCommandProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnJobPropsMixin.JobCommandProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobPropsMixin.JobCommandProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobPropsMixin.JobCommandProperty
@Stability(Stable)
@Internal
public static final class CfnJobPropsMixin.JobCommandProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobPropsMixin.JobCommandProperty
An implementation for
CfnJobPropsMixin.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.cfnpropertymixins.services.glue.CfnJobPropsMixin.JobCommandProperty
CfnJobPropsMixin.JobCommandProperty.Builder, CfnJobPropsMixin.JobCommandProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobPropsMixin.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 theCfnJobPropsMixin.JobCommandProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnJobPropsMixin.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 interfaceCfnJobPropsMixin.JobCommandProperty- See Also:
-
getPythonVersion
Description copied from interface:CfnJobPropsMixin.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 interfaceCfnJobPropsMixin.JobCommandProperty- See Also:
-
getRuntime
Description copied from interface:CfnJobPropsMixin.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 interfaceCfnJobPropsMixin.JobCommandProperty- See Also:
-
getScriptLocation
Description copied from interface:CfnJobPropsMixin.JobCommandPropertySpecifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job (required).- Specified by:
getScriptLocationin interfaceCfnJobPropsMixin.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()
-