@Stability(value=Stable) @Internal public static final class CfnJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobProps
CfnJobPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobProps.Builder, CfnJobProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAllocatedCapacity()
The number of capacity units that are allocated to this job.
|
Object |
getCommand()
The code that executes a job.
|
Object |
getConnections()
The connections used for this job.
|
Object |
getDefaultArguments()
The default arguments for this job, specified as name-value pairs.
|
String |
getDescription()
A description of the job.
|
Object |
getExecutionProperty()
The maximum number of concurrent runs that are allowed for this job.
|
String |
getGlueVersion()
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
String |
getLogUri()
This field is reserved for future use.
|
Number |
getMaxCapacity()
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
Number |
getMaxRetries()
The maximum number of times to retry this job after a JobRun fails.
|
String |
getName()
The name you assign to this job definition.
|
Object |
getNotificationProperty()
Specifies configuration properties of a notification.
|
Number |
getNumberOfWorkers()
The number of workers of a defined `workerType` that are allocated when a job runs.
|
String |
getRole()
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
String |
getSecurityConfiguration()
The name of the `SecurityConfiguration` structure to be used with this job.
|
Object |
getTags()
The tags to use with this job.
|
Number |
getTimeout()
The job timeout in minutes.
|
String |
getWorkerType()
The type of predefined worker that is allocated when a job runs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnJobProps.Builder builder)
CfnJobProps.Builder.public final Object getCommand()
CfnJobPropsgetCommand in interface CfnJobPropspublic final String getRole()
CfnJobPropsgetRole in interface CfnJobPropspublic final Number getAllocatedCapacity()
CfnJobPropsgetAllocatedCapacity in interface CfnJobPropspublic final Object getConnections()
CfnJobPropsgetConnections in interface CfnJobPropspublic final Object getDefaultArguments()
CfnJobPropsYou can specify arguments here that your own job-execution script consumes, in addition to arguments that AWS Glue itself consumes.
For information about how to specify and consume your own job arguments, see Calling AWS Glue APIs in Python in the AWS Glue Developer Guide .
For information about the key-value pairs that AWS Glue consumes to set up your job, see Special Parameters Used by AWS Glue in the AWS Glue Developer Guide .
getDefaultArguments in interface CfnJobPropspublic final String getDescription()
CfnJobPropsgetDescription in interface CfnJobPropspublic final Object getExecutionProperty()
CfnJobPropsgetExecutionProperty in interface CfnJobPropspublic final String getGlueVersion()
CfnJobPropsThe Python version indicates the version supported for jobs of type Spark.
For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
Jobs that are created without specifying a Glue version default to Glue 0.9.
getGlueVersion in interface CfnJobPropspublic final String getLogUri()
CfnJobPropsgetLogUri in interface CfnJobPropspublic final Number getMaxCapacity()
CfnJobPropsA DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
Do not set Max Capacity if using WorkerType and NumberOfWorkers .
The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job:
JobCommand.Name ="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.JobCommand.Name ="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.getMaxCapacity in interface CfnJobPropspublic final Number getMaxRetries()
CfnJobPropsgetMaxRetries in interface CfnJobPropspublic final String getName()
CfnJobPropsgetName in interface CfnJobPropspublic final Object getNotificationProperty()
CfnJobPropsgetNotificationProperty in interface CfnJobPropspublic final Number getNumberOfWorkers()
CfnJobProps
The maximum number of workers you can define are 299 for G.1X , and 149 for G.2X .
getNumberOfWorkers in interface CfnJobPropspublic final String getSecurityConfiguration()
CfnJobPropsgetSecurityConfiguration in interface CfnJobPropspublic final Object getTags()
CfnJobPropsgetTags in interface CfnJobPropspublic final Number getTimeout()
CfnJobPropsThis is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
getTimeout in interface CfnJobPropspublic final String getWorkerType()
CfnJobPropsAccepts a value of Standard, G.1X, or G.2X.
Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.getWorkerType in interface CfnJobProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.