@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.275Z") @Stability(value=Stable) public interface CfnUpdatePolicy extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUpdatePolicy.Builder
A builder for
CfnUpdatePolicy |
static class |
CfnUpdatePolicy.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUpdatePolicy.Builder |
builder() |
CfnAutoScalingReplacingUpdate |
getAutoScalingReplacingUpdate()
Specifies whether an Auto Scaling group and the instances it contains are replaced during an update.
|
CfnAutoScalingRollingUpdate |
getAutoScalingRollingUpdate()
To specify how AWS CloudFormation handles rolling updates for an Auto Scaling group, use the AutoScalingRollingUpdate policy.
|
CfnAutoScalingScheduledAction |
getAutoScalingScheduledAction()
To specify how AWS CloudFormation handles updates for the MinSize, MaxSize, and DesiredCapacity properties when the AWS::AutoScaling::AutoScalingGroup resource has an associated scheduled action, use the AutoScalingScheduledAction policy.
|
CfnCodeDeployLambdaAliasUpdate |
getCodeDeployLambdaAliasUpdate()
To perform an AWS CodeDeploy deployment when the version changes on an AWS::Lambda::Alias resource, use the CodeDeployLambdaAliasUpdate update policy.
|
Boolean |
getUseOnlineResharding()
To modify a replication group's shards by adding or removing shards, rather than replacing the entire AWS::ElastiCache::ReplicationGroup resource, use the UseOnlineResharding update policy.
|
@Stability(value=Stable) CfnAutoScalingReplacingUpdate getAutoScalingReplacingUpdate()
@Stability(value=Stable) CfnAutoScalingRollingUpdate getAutoScalingRollingUpdate()
@Stability(value=Stable) CfnAutoScalingScheduledAction getAutoScalingScheduledAction()
@Stability(value=Stable) CfnCodeDeployLambdaAliasUpdate getCodeDeployLambdaAliasUpdate()
@Stability(value=Stable) Boolean getUseOnlineResharding()
@Stability(value=Stable) static CfnUpdatePolicy.Builder builder()
CfnUpdatePolicy.Builder of CfnUpdatePolicyCopyright © 2019. All rights reserved.