describeRuntimeConfiguration
inline suspend fun GameLiftClient.describeRuntimeConfiguration(crossinline block: DescribeRuntimeConfigurationRequest.Builder.() -> Unit): DescribeRuntimeConfigurationResponse
Retrieves a fleet's runtime configuration settings. The runtime configuration determines which server processes run, and how, on computes in the fleet. For managed EC2 fleets, the runtime configuration describes server processes that run on each fleet instance. can update a fleet's runtime configuration at any time using UpdateRuntimeConfiguration.
To get the current runtime configuration for a fleet, provide the fleet ID.
If successful, a RuntimeConfiguration
object is returned for the requested fleet. If the requested fleet has been deleted, the result set is empty.
Learn more