EnvironmentHighAvailabilityConfigArgs

data class EnvironmentHighAvailabilityConfigArgs(val desiredCapacity: Output<Int>) : ConvertibleToJava<EnvironmentHighAvailabilityConfigArgs>

Defines the details of a high availability configuration.

Constructors

Link copied to clipboard
constructor(desiredCapacity: Output<Int>)

Properties

Link copied to clipboard
val desiredCapacity: Output<Int>

The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.

Functions

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