| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GameLift.Types.FleetUtilization
Description
Synopsis
- data FleetUtilization = FleetUtilization' {}
- newFleetUtilization :: FleetUtilization
- fleetUtilization_activeGameSessionCount :: Lens' FleetUtilization (Maybe Natural)
- fleetUtilization_activeServerProcessCount :: Lens' FleetUtilization (Maybe Natural)
- fleetUtilization_currentPlayerSessionCount :: Lens' FleetUtilization (Maybe Natural)
- fleetUtilization_fleetArn :: Lens' FleetUtilization (Maybe Text)
- fleetUtilization_fleetId :: Lens' FleetUtilization (Maybe Text)
- fleetUtilization_location :: Lens' FleetUtilization (Maybe Text)
- fleetUtilization_maximumPlayerSessionCount :: Lens' FleetUtilization (Maybe Natural)
Documentation
data FleetUtilization Source #
Current resource utilization statistics in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.
Related actions
See: newFleetUtilization smart constructor.
Constructors
| FleetUtilization' | |
Fields
| |
Instances
newFleetUtilization :: FleetUtilization Source #
Create a value of FleetUtilization with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activeGameSessionCount:FleetUtilization', fleetUtilization_activeGameSessionCount - The number of active game sessions that are currently being hosted
across all instances in the fleet location.
$sel:activeServerProcessCount:FleetUtilization', fleetUtilization_activeServerProcessCount - The number of server processes in ACTIVE status that are currently
running across all instances in the fleet location.
$sel:currentPlayerSessionCount:FleetUtilization', fleetUtilization_currentPlayerSessionCount - The number of active player sessions that are currently being hosted
across all instances in the fleet location.
$sel:fleetArn:FleetUtilization', fleetUtilization_fleetArn - The Amazon Resource Name
(ARN)
that is assigned to a GameLift fleet resource and uniquely identifies
it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
$sel:fleetId:FleetUtilization', fleetUtilization_fleetId - A unique identifier for the fleet associated with the location.
$sel:location:FleetUtilization', fleetUtilization_location - The fleet location for the fleet utilization information, expressed as
an Amazon Web Services Region code, such as us-west-2.
$sel:maximumPlayerSessionCount:FleetUtilization', fleetUtilization_maximumPlayerSessionCount - The maximum number of players allowed across all game sessions that are
currently being hosted across all instances in the fleet location.
fleetUtilization_activeGameSessionCount :: Lens' FleetUtilization (Maybe Natural) Source #
The number of active game sessions that are currently being hosted across all instances in the fleet location.
fleetUtilization_activeServerProcessCount :: Lens' FleetUtilization (Maybe Natural) Source #
The number of server processes in ACTIVE status that are currently
running across all instances in the fleet location.
fleetUtilization_currentPlayerSessionCount :: Lens' FleetUtilization (Maybe Natural) Source #
The number of active player sessions that are currently being hosted across all instances in the fleet location.
fleetUtilization_fleetArn :: Lens' FleetUtilization (Maybe Text) Source #
The Amazon Resource Name
(ARN)
that is assigned to a GameLift fleet resource and uniquely identifies
it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleetUtilization_fleetId :: Lens' FleetUtilization (Maybe Text) Source #
A unique identifier for the fleet associated with the location.
fleetUtilization_location :: Lens' FleetUtilization (Maybe Text) Source #
The fleet location for the fleet utilization information, expressed as
an Amazon Web Services Region code, such as us-west-2.
fleetUtilization_maximumPlayerSessionCount :: Lens' FleetUtilization (Maybe Natural) Source #
The maximum number of players allowed across all game sessions that are currently being hosted across all instances in the fleet location.