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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNodegroup.UpdateConfigProperty
static final class
An implementation forCfnNodegroup.UpdateConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder