newGameSessionProtectionPolicy property

ProtectionPolicy? newGameSessionProtectionPolicy
final

The type of game session protection to set for all new instances started in the fleet.

  • NoProtection -- The game session can be terminated during a scale-down event.
  • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

Implementation

final ProtectionPolicy? newGameSessionProtectionPolicy;