@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.263Z") @Stability(value=Stable) public interface CfnAutoScalingRollingUpdate extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAutoScalingRollingUpdate.Builder
A builder for
CfnAutoScalingRollingUpdate |
static class |
CfnAutoScalingRollingUpdate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnAutoScalingRollingUpdate.Builder |
builder() |
Number |
getMaxBatchSize()
Specifies the maximum number of instances that AWS CloudFormation updates.
|
Number |
getMinInstancesInService()
Specifies the minimum number of instances that must be in service within the Auto Scaling group while AWS CloudFormation updates old instances.
|
Number |
getMinSuccessfulInstancesPercent()
Specifies the percentage of instances in an Auto Scaling rolling update that must signal success for an update to succeed.
|
String |
getPauseTime()
The amount of time that AWS CloudFormation pauses after making a change to a batch of instances to give those instances time to start software applications.
|
List<String> |
getSuspendProcesses()
Specifies the Auto Scaling processes to suspend during a stack update.
|
Boolean |
getWaitOnResourceSignals()
Specifies whether the Auto Scaling group waits on signals from new instances during an update.
|
@Stability(value=Stable) Number getMaxBatchSize()
@Stability(value=Stable) Number getMinInstancesInService()
@Stability(value=Stable) Number getMinSuccessfulInstancesPercent()
@Stability(value=Stable) String getPauseTime()
@Stability(value=Stable) List<String> getSuspendProcesses()
@Stability(value=Stable) Boolean getWaitOnResourceSignals()
@Stability(value=Stable) static CfnAutoScalingRollingUpdate.Builder builder()
Copyright © 2019. All rights reserved.