FleetContainerGroupsPerInstanceArgs

data class FleetContainerGroupsPerInstanceArgs(val desiredReplicaContainerGroupsPerInstance: Output<Int>? = null, val maxReplicaContainerGroupsPerInstance: Output<Int>? = null) : ConvertibleToJava<FleetContainerGroupsPerInstanceArgs>

The number of container groups per instance.

Constructors

Link copied to clipboard
constructor(desiredReplicaContainerGroupsPerInstance: Output<Int>? = null, maxReplicaContainerGroupsPerInstance: Output<Int>? = null)

Properties

Link copied to clipboard

Use this parameter to override the number of replica container groups GameLift will launch per instance with a number that is lower than that calculated maximum.

Link copied to clipboard

GameLift calculates the maximum number of replica container groups it can launch per instance based on instance properties such as CPU, memory, and connection ports.

Functions

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