Uses of Interface
software.amazon.awscdk.services.autoscaling.RollingUpdateOptions
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of RollingUpdateOptions in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionRollingUpdateOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic UpdatePolicy
UpdatePolicy.rollingUpdate
(RollingUpdateOptions options) Replace the instances in the AutoScalingGroup one by one, or in batches.