Uses of Enum
software.amazon.awscdk.services.autoscaling.ScalingProcess
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of ScalingProcess in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionstatic ScalingProcess
Returns the enum constant of this type with the specified name.static ScalingProcess[]
ScalingProcess.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptiondefault List<ScalingProcess>
RollingUpdateOptions.getSuspendProcesses()
Specifies the Auto Scaling processes to suspend during a stack update.final List<ScalingProcess>
RollingUpdateOptions.Jsii$Proxy.getSuspendProcesses()
Modifier and TypeMethodDescriptionRollingUpdateOptions.Builder.suspendProcesses
(List<? extends ScalingProcess> suspendProcesses) Sets the value ofRollingUpdateOptions.getSuspendProcesses()