AwsNodePoolUpdateSettingsSurgeSettingsArgs

data class AwsNodePoolUpdateSettingsSurgeSettingsArgs(val maxSurge: Output<Int>? = null, val maxUnavailable: Output<Int>? = null) : ConvertibleToJava<AwsNodePoolUpdateSettingsSurgeSettingsArgs>

Constructors

constructor(maxSurge: Output<Int>? = null, maxUnavailable: Output<Int>? = null)

Properties

Link copied to clipboard
val maxSurge: Output<Int>? = null

Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.

Link copied to clipboard
val maxUnavailable: Output<Int>? = null

Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.

Functions

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