Class RollingUpdateOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.RollingUpdateOptions.Jsii$Proxy
- All Implemented Interfaces:
RollingUpdateOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RollingUpdateOptions
@Stability(Stable)
@Internal
public static final class RollingUpdateOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RollingUpdateOptions
An implementation for
RollingUpdateOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.RollingUpdateOptions
RollingUpdateOptions.Builder, RollingUpdateOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RollingUpdateOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theRollingUpdateOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The maximum number of instances that AWS CloudFormation updates at once.final Number
The minimum number of instances that must be in service before more instances are replaced.final Number
The percentage of instances that must signal success for the update to succeed.final Duration
The pause time after making a change to a batch of instances.final List<ScalingProcess>
Specifies the Auto Scaling processes to suspend during a stack update.final Boolean
Specifies whether the Auto Scaling group waits on signals from new instances during an update.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theRollingUpdateOptions.Builder
.
-
-
Method Details
-
getMaxBatchSize
Description copied from interface:RollingUpdateOptions
The maximum number of instances that AWS CloudFormation updates at once.This number affects the speed of the replacement.
Default: 1
- Specified by:
getMaxBatchSize
in interfaceRollingUpdateOptions
-
getMinInstancesInService
Description copied from interface:RollingUpdateOptions
The minimum number of instances that must be in service before more instances are replaced.This number affects the speed of the replacement.
Default: 0
- Specified by:
getMinInstancesInService
in interfaceRollingUpdateOptions
-
getMinSuccessPercentage
Description copied from interface:RollingUpdateOptions
The percentage of instances that must signal success for the update to succeed.Default: - The `minSuccessPercentage` configured for `signals` on the AutoScalingGroup
- Specified by:
getMinSuccessPercentage
in interfaceRollingUpdateOptions
-
getPauseTime
Description copied from interface:RollingUpdateOptions
The pause time after making a change to a batch of instances.Default: - The `timeout` configured for `signals` on the AutoScalingGroup
- Specified by:
getPauseTime
in interfaceRollingUpdateOptions
-
getSuspendProcesses
Description copied from interface:RollingUpdateOptions
Specifies the Auto Scaling processes to suspend during a stack update.Suspending processes prevents Auto Scaling from interfering with a stack update.
Default: HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions.
- Specified by:
getSuspendProcesses
in interfaceRollingUpdateOptions
-
getWaitOnResourceSignals
Description copied from interface:RollingUpdateOptions
Specifies whether the Auto Scaling group waits on signals from new instances during an update.Default: true if you configured `signals` on the AutoScalingGroup, false otherwise
- Specified by:
getWaitOnResourceSignals
in interfaceRollingUpdateOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-