describeGameServerGroup
inline suspend fun GameLiftClient.describeGameServerGroup(crossinline block: DescribeGameServerGroupRequest.Builder.() -> Unit): DescribeGameServerGroupResponse
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
Retrieves information on a game server group. This operation returns only properties related to Amazon GameLift FleetIQ. To view or update properties for the corresponding Auto Scaling group, such as launch template, auto scaling policies, and maximum/minimum group size, access the Auto Scaling group directly.
To get attributes for a game server group, provide a group name or ARN value. If successful, a GameServerGroup
object is returned.
Learn more