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();
 

See Also: