Container Fleet Location Configuration
data class ContainerFleetLocationConfiguration(val location: String, val locationCapacity: ContainerFleetLocationCapacity? = null, val stoppedActions: List<ContainerFleetStoppedActionsItem>? = 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: ContainerFleetLocationCapacity? = null, stoppedActions: List<ContainerFleetStoppedActionsItem>? = null)
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
Link copied to clipboard