Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.WorkerTypeV2
Packages that use WorkerTypeV2
Package
Description
Tasks for AWS Step Functions
-
Uses of WorkerTypeV2 in software.amazon.awscdk.services.stepfunctions.tasks
Fields in software.amazon.awscdk.services.stepfunctions.tasks declared as WorkerTypeV2Modifier and TypeFieldDescriptionstatic final WorkerTypeV2WorkerTypeV2.G_025_XEach worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker.static final WorkerTypeV2WorkerTypeV2.G_1_XEach worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker.static final WorkerTypeV2WorkerTypeV2.G_2_XEach worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker.static final WorkerTypeV2WorkerTypeV2.G_4_XEach worker maps to 4 DPU (16 vCPU, 64 GB of memory, 256 GB disk), and provides 1 executor per worker.static final WorkerTypeV2WorkerTypeV2.G_8_XEach worker maps to 8 DPU (32 vCPU, 128 GB of memory, 512 GB disk), and provides 1 executor per worker.static final WorkerTypeV2WorkerTypeV2.STANDARDEach worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.static final WorkerTypeV2WorkerTypeV2.Z_2_XEach worker maps to 2 high-memory DPU [M-DPU] (8 vCPU, 64 GB of memory, 128 GB disk).Methods in software.amazon.awscdk.services.stepfunctions.tasks that return WorkerTypeV2Modifier and TypeMethodDescriptiondefault WorkerTypeV2WorkerConfigurationProperty.getWorkerTypeV2()The type of predefined worker that is allocated when a job runs.final WorkerTypeV2WorkerConfigurationProperty.Jsii$Proxy.getWorkerTypeV2()static WorkerTypeV2Custom worker type.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type WorkerTypeV2Modifier and TypeMethodDescriptionWorkerConfigurationProperty.Builder.workerTypeV2(WorkerTypeV2 workerTypeV2) Sets the value ofWorkerConfigurationProperty.getWorkerTypeV2()