enum StandbyInstances
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AutoScaling.StandbyInstances |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#StandbyInstances |
Java | software.amazon.awscdk.services.autoscaling.StandbyInstances |
Python | aws_cdk.aws_autoscaling.StandbyInstances |
TypeScript (source) | aws-cdk-lib » aws_autoscaling » StandbyInstances |
The behavior of instances in standby during an instance refresh.
Members
| Name | Description |
|---|---|
| TERMINATE | Terminate instances in standby and launch new ones to replace them. |
| IGNORE | Ignore instances in standby. |
| WAIT | Wait until instances are taken out of standby, then refresh them. |
TERMINATE
Terminate instances in standby and launch new ones to replace them.
IGNORE
Ignore instances in standby.
WAIT
Wait until instances are taken out of standby, then refresh them.

.NET
Go
Java
Python
TypeScript (