Fleet Location Configuration Args
data class FleetLocationConfigurationArgs(val location: Output<String>, val locationCapacity: Output<FleetLocationCapacityArgs>? = null) : ConvertibleToJava<FleetLocationConfigurationArgs>
A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
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 Servers service locations for managed hosting.
Link copied to clipboard
Current resource capacity settings for managed EC2 fleets and managed 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