Uses of Enum
software.amazon.awscdk.services.glue.alpha.MaxCapacity
Packages that use MaxCapacity
-
Uses of MaxCapacity in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return MaxCapacityModifier and TypeMethodDescriptiondefault MaxCapacityPythonShellJobProps.getMaxCapacity()(experimental) The total number of DPU to assign to the Python Job.final MaxCapacityPythonShellJobProps.Jsii$Proxy.getMaxCapacity()static MaxCapacityReturns the enum constant of this type with the specified name.static MaxCapacity[]MaxCapacity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type MaxCapacityModifier and TypeMethodDescriptionPythonShellJob.Builder.maxCapacity(MaxCapacity maxCapacity) (experimental) The total number of DPU to assign to the Python Job.PythonShellJobProps.Builder.maxCapacity(MaxCapacity maxCapacity) Sets the value ofPythonShellJobProps.getMaxCapacity()