package awscdkgameliftalpha // The operating system that the game server binaries are built to run on. // Experimental. type OperatingSystem string const ( // Experimental. OperatingSystem_AMAZON_LINUX OperatingSystem = "AMAZON_LINUX" // Experimental. OperatingSystem_AMAZON_LINUX_2 OperatingSystem = "AMAZON_LINUX_2" // Experimental. OperatingSystem_WINDOWS_2012 OperatingSystem = "WINDOWS_2012" )