| 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()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Number maxBatchSize,
Number minInstancesInService,
Number minSuccessPercentage,
Duration pauseTime,
List<? extends ScalingProcess> suspendProcesses,
Boolean waitOnResourceSignals)
Constructor that initializes the object based on literal property values passed by the
RollingUpdateOptions.Builder. |
Copyright © 2021. All rights reserved.