/AWS1/CL_GML=>DESCRIBECOMPUTE()
¶
About DescribeCompute¶
Retrieves properties for a compute resource in an Amazon GameLift fleet. To get a list of all computes in a fleet, call https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListCompute.html.
To request information on a specific compute, provide the fleet ID and compute name.
If successful, this operation returns details for the requested compute resource. Depending on the fleet's compute type, the result includes the following information:
-
For managed EC2 fleets, this operation returns information about the EC2 instance.
-
For Anywhere fleets, this operation returns information about the registered compute.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_FLEETID
TYPE /AWS1/GMLFLEETIDORARN
/AWS1/GMLFLEETIDORARN
¶
A unique identifier for the fleet that the compute belongs to. You can use either the fleet ID or ARN value.
IV_COMPUTENAME
TYPE /AWS1/GMLCOMPUTENAMEORARN
/AWS1/GMLCOMPUTENAMEORARN
¶
The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For an EC2 fleet instance, use the instance ID.