FleetAmountCapabilityArgs

data class FleetAmountCapabilityArgs(val max: Output<Double>? = null, val min: Output<Double>, val name: Output<String>) : ConvertibleToJava<FleetAmountCapabilityArgs>

Constructors

Link copied to clipboard
constructor(max: Output<Double>? = null, min: Output<Double>, name: Output<String>)

Properties

Link copied to clipboard
val max: Output<Double>? = null

The maximum amount of the fleet worker capability.

Link copied to clipboard
val min: Output<Double>

The minimum amount of fleet worker capability.

Link copied to clipboard
val name: Output<String>

The name of the fleet capability.

Functions

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