Standby Container Group Pool Elasticity Profile Args
data class StandbyContainerGroupPoolElasticityProfileArgs(val maxReadyCapacity: Output<Double>, val refillPolicy: Output<Either<String, RefillPolicy>>? = null) : ConvertibleToJava<StandbyContainerGroupPoolElasticityProfileArgs>
Specifies the elasticity profile of the standby container group pools.
Constructors
Link copied to clipboard
constructor(maxReadyCapacity: Output<Double>, refillPolicy: Output<Either<String, RefillPolicy>>? = null)