Interface CfnNodegroup.UpdateConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNodegroup.UpdateConfigProperty.Jsii$Proxy
- Enclosing class:
CfnNodegroup
@Stability(Stable)
public static interface CfnNodegroup.UpdateConfigProperty
extends software.amazon.jsii.JsiiSerializable
The update configuration for the node group.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.eks.*; UpdateConfigProperty updateConfigProperty = UpdateConfigProperty.builder() .maxUnavailable(123) .maxUnavailablePercentage(123) .updateStrategy("updateStrategy") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNodegroup.UpdateConfigProperty
static final class
An implementation forCfnNodegroup.UpdateConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Number
The maximum number of nodes unavailable at once during a version update.default Number
The maximum percentage of nodes unavailable during a version update.default String
The configuration for the behavior to follow during an node group version update of this managed node group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUpdateStrategy
The configuration for the behavior to follow during an node group version update of this managed node group.You choose between two possible strategies for replacing nodes during an UpdateNodegroupVersion action.
- See Also:
-
builder