Uses of Enum
software.amazon.awscdk.services.autoscaling.ScaleInProtectedInstances
Packages that use ScaleInProtectedInstances
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of ScaleInProtectedInstances in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return ScaleInProtectedInstancesModifier and TypeMethodDescriptiondefault ScaleInProtectedInstancesInstanceRefreshOptions.getScaleInProtectedInstances()Specifies the behavior of instances that are protected from scale in during an instance refresh.InstanceRefreshOptions.Jsii$Proxy.getScaleInProtectedInstances()static ScaleInProtectedInstancesReturns the enum constant of this type with the specified name.static ScaleInProtectedInstances[]ScaleInProtectedInstances.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type ScaleInProtectedInstancesModifier and TypeMethodDescriptionInstanceRefreshOptions.Builder.scaleInProtectedInstances(ScaleInProtectedInstances scaleInProtectedInstances) Sets the value ofInstanceRefreshOptions.getScaleInProtectedInstances()