enum ScaleInProtectedInstances
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AutoScaling.ScaleInProtectedInstances |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#ScaleInProtectedInstances |
Java | software.amazon.awscdk.services.autoscaling.ScaleInProtectedInstances |
Python | aws_cdk.aws_autoscaling.ScaleInProtectedInstances |
TypeScript (source) | aws-cdk-lib » aws_autoscaling » ScaleInProtectedInstances |
The behavior of instances that are protected from scale in during an instance refresh.
Members
| Name | Description |
|---|---|
| REFRESH | Refresh instances that are protected from scale in. |
| IGNORE | Ignore instances that are protected from scale in. |
| WAIT | Wait until instances are no longer protected from scale in, then refresh them. |
REFRESH
Refresh instances that are protected from scale in.
IGNORE
Ignore instances that are protected from scale in.
WAIT
Wait until instances are no longer protected from scale in, then refresh them.

.NET
Go
Java
Python
TypeScript (