EnvironmentHighAvailabilityConfig

data class EnvironmentHighAvailabilityConfig(val desiredCapacity: Int)

Defines the details of a high availability configuration.

Constructors

Link copied to clipboard
constructor(desiredCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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