| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static WorkerType |
WorkerType.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 WorkerType |
WorkerType.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 WorkerType |
WorkerType.STANDARD
(experimental) Each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.
|
| Modifier and Type | Method and Description |
|---|---|
default WorkerType |
JobProps.getWorkerType()
(experimental) The type of predefined worker that is allocated when a job runs.
|
WorkerType |
JobProps.Jsii$Proxy.getWorkerType() |
static WorkerType |
WorkerType.of(String workerType)
(experimental) Custom worker type.
|
| Modifier and Type | Method and Description |
|---|---|
JobProps.Builder |
JobProps.Builder.workerType(WorkerType workerType)
Sets the value of
JobProps.getWorkerType() |
Job.Builder |
Job.Builder.workerType(WorkerType workerType)
(experimental) The type of predefined worker that is allocated when a job runs.
|
Copyright © 2022. All rights reserved.