GameServerConfigFleetConfigArgs

data class GameServerConfigFleetConfigArgs(val fleetSpec: Output<String>, val name: Output<String>? = null) : ConvertibleToJava<GameServerConfigFleetConfigArgs>

Constructors

Link copied to clipboard
constructor(fleetSpec: Output<String>, name: Output<String>? = null)

Properties

Link copied to clipboard
val fleetSpec: Output<String>

The fleet spec, which is sent to Agones to configure fleet. The spec can be passed as inline json but it is recommended to use a file reference instead. File references can contain the json or yaml format of the fleet spec. Eg:

Link copied to clipboard
val name: Output<String>? = null

The name of the FleetConfig.

Functions

Link copied to clipboard
open override fun toJava(): GameServerConfigFleetConfigArgs