enum DeleteOption
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GameLift.Alpha.DeleteOption |
Go | github.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#DeleteOption |
Java | software.amazon.awscdk.services.gamelift.alpha.DeleteOption |
Python | aws_cdk.aws_gamelift_alpha.DeleteOption |
TypeScript (source) | @aws-cdk/aws-gamelift-alpha » DeleteOption |
The type of delete to perform.
To delete a game server group, specify the DeleteOption.
Members
Name | Description |
---|---|
SAFE_DELETE | Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status. |
FORCE_DELETE | Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group. |
RETAIN | Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is. |
SAFE_DELETE
Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.
FORCE_DELETE
Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.
RETAIN
Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.