Skip to content

/AWS1/CL_GML=>DESCRIBERUNTIMECONFIGURATION()

About DescribeRuntimeConfiguration

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. For container fleets, the runtime configuration describes server processes that run in each replica container group. You 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

Setting up Amazon GameLift fleets

Running multiple processes on a fleet

Method Signature

IMPORTING

Required arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

A unique identifier for the fleet to get the runtime configuration for. You can use either the fleet ID or ARN value.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLDSCRUNTIMECONFOUT /AWS1/CL_GMLDSCRUNTIMECONFOUT