public static final class RollingUpdateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RollingUpdateOptions
RollingUpdateOptions
RollingUpdateOptions.Builder, RollingUpdateOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMaxBatchSize()
The maximum number of instances that AWS CloudFormation updates at once.
|
java.lang.Number |
getMinInstancesInService()
The minimum number of instances that must be in service before more instances are replaced.
|
java.lang.Number |
getMinSuccessPercentage()
The percentage of instances that must signal success for the update to succeed.
|
Duration |
getPauseTime()
The pause time after making a change to a batch of instances.
|
java.util.List<ScalingProcess> |
getSuspendProcesses()
Specifies the Auto Scaling processes to suspend during a stack update.
|
java.lang.Boolean |
getWaitOnResourceSignals()
Specifies whether the Auto Scaling group waits on signals from new instances during an update.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxBatchSize()
RollingUpdateOptions
This number affects the speed of the replacement.
Default: 1
getMaxBatchSize
in interface RollingUpdateOptions
public final java.lang.Number getMinInstancesInService()
RollingUpdateOptions
This number affects the speed of the replacement.
Default: 0
getMinInstancesInService
in interface RollingUpdateOptions
public final java.lang.Number getMinSuccessPercentage()
RollingUpdateOptions
Default: - The `minSuccessPercentage` configured for `signals` on the AutoScalingGroup
getMinSuccessPercentage
in interface RollingUpdateOptions
public final Duration getPauseTime()
RollingUpdateOptions
Default: - The `timeout` configured for `signals` on the AutoScalingGroup
getPauseTime
in interface RollingUpdateOptions
public final java.util.List<ScalingProcess> getSuspendProcesses()
RollingUpdateOptions
Suspending processes prevents Auto Scaling from interfering with a stack update.
Default: HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions.
getSuspendProcesses
in interface RollingUpdateOptions
public final java.lang.Boolean getWaitOnResourceSignals()
RollingUpdateOptions
Default: true if you configured `signals` on the AutoScalingGroup, false otherwise
getWaitOnResourceSignals
in interface RollingUpdateOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()