FleetLocationConfiguration

data class FleetLocationConfiguration(val location: String, val locationCapacity: FleetLocationCapacity? = null)

A remote location where a multi-location fleet can deploy EC2 instances for game hosting.

Constructors

Link copied to clipboard
constructor(location: String, locationCapacity: FleetLocationCapacity? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An AWS Region code, such as us-west-2 . For a list of supported Regions and Local Zones, see Amazon GameLift service locations for managed hosting.

Link copied to clipboard

Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. Returned by: DescribeFleetCapacity , DescribeFleetLocationCapacity , UpdateFleetCapacity