runtimeConfiguration
construct an aws.sdk.kotlin.services.gamelift.model.RuntimeConfiguration inside the given block
Instructions for how to launch and maintain server processes on instances in the fleet. The runtime configuration defines one or more server process configurations, each identifying a build executable or Realtime script file and the number of processes of that type to run concurrently.
The RuntimeConfiguration
parameter is required unless the fleet is being configured using the older parameters ServerLaunchPath
and ServerLaunchParameters
, which are still supported for backward compatibility.