Container Fleet Location Configuration Args
data class ContainerFleetLocationConfigurationArgs(val location: Output<String>, val locationCapacity: Output<ContainerFleetLocationCapacityArgs>? = null, val stoppedActions: Output<List<ContainerFleetStoppedActionsItem>>? = null) : ConvertibleToJava<ContainerFleetLocationConfigurationArgs>
A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
Constructors
Link copied to clipboard
constructor(location: Output<String>, locationCapacity: Output<ContainerFleetLocationCapacityArgs>? = null, stoppedActions: Output<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