DeleteOption

class aws_cdk.aws_gamelift_alpha.DeleteOption(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) The type of delete to perform.

To delete a game server group, specify the DeleteOption.

Stability:

experimental

Attributes

FORCE_DELETE

(experimental) Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.

Stability:

experimental

RETAIN

(experimental) Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.

Stability:

experimental

SAFE_DELETE

(experimental) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.

Stability:

experimental