Uses of Class
software.amazon.awscdk.services.glue.alpha.WorkerType
-
Uses of WorkerType in software.amazon.awscdk.services.glue.alpha
Fields in software.amazon.awscdk.services.glue.alpha declared as WorkerTypeModifier and TypeFieldDescriptionstatic final WorkerTypeWorkerType.G_025_X(experimental) Each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker.static final WorkerTypeWorkerType.G_1_X(experimental) Each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker.static final WorkerTypeWorkerType.G_2_X(experimental) Each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker.static final WorkerTypeWorkerType.G_4_X(experimental) Each worker maps to 4 DPU (16 vCPU, 64 GB of memory, 256 GB disk), and provides 1 executor per worker.static final WorkerTypeWorkerType.G_8_X(experimental) Each worker maps to 8 DPU (32 vCPU, 128 GB of memory, 512 GB disk), and provides 1 executor per worker.static final WorkerTypeWorkerType.STANDARD(experimental) Each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.static final WorkerTypeWorkerType.Z_2_X(experimental) Each worker maps to 2 high-memory DPU [M-DPU] (8 vCPU, 64 GB of memory, 128 GB disk).Methods in software.amazon.awscdk.services.glue.alpha that return WorkerTypeModifier and TypeMethodDescriptiondefault WorkerTypeJobProps.getWorkerType()(experimental) The type of predefined worker that is allocated when a job runs.final WorkerTypeJobProps.Jsii$Proxy.getWorkerType()static WorkerType(experimental) Custom worker type.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type WorkerTypeModifier and TypeMethodDescriptionJob.Builder.workerType(WorkerType workerType) (experimental) The type of predefined worker that is allocated when a job runs.JobProps.Builder.workerType(WorkerType workerType) Sets the value ofJobProps.getWorkerType()