FleetLocationConfigurationArgs

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.

Constructors

Link copied to clipboard
constructor(location: Output<String>, locationCapacity: Output<FleetLocationCapacityArgs>? = null)

Properties

Link copied to clipboard
val location: Output<String>

An AWS Region code, such as us-west-2 .

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

Functions

Link copied to clipboard
open override fun toJava(): FleetLocationConfigurationArgs