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)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNodegroup.UpdateConfigPropertystatic final classAn implementation forCfnNodegroup.UpdateConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder