maxCapacity property
The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
When the WorkerType
field is set to a value other than
Standard
, the MaxCapacity
field is set
automatically and becomes read-only.
Implementation
final double? maxCapacity;