| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ScalingProcess |
ScalingProcess.valueOf(String name)
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 Type | Method and Description |
|---|---|
default List<ScalingProcess> |
RollingUpdateOptions.getSuspendProcesses()
Specifies the Auto Scaling processes to suspend during a stack update.
|
List<ScalingProcess> |
RollingUpdateOptions.Jsii$Proxy.getSuspendProcesses() |
| Modifier and Type | Method and Description |
|---|---|
RollingUpdateOptions.Builder |
RollingUpdateOptions.Builder.suspendProcesses(List<? extends ScalingProcess> suspendProcesses)
Sets the value of
RollingUpdateOptions.getSuspendProcesses() |
Copyright © 2022. All rights reserved.