@aws-cdk_aws-gamelift-alpha.DeleteOption

enum DeleteOption ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.GameLift.Alpha.DeleteOption
Gogithub.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#DeleteOption
Javasoftware.amazon.awscdk.services.gamelift.alpha.DeleteOption
Pythonaws_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

NameDescription
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.