Interface CfnNodegroup.NodeRepairConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNodegroup.NodeRepairConfigProperty.Jsii$Proxy
- Enclosing class:
CfnNodegroup
@Stability(Stable)
public static interface CfnNodegroup.NodeRepairConfigProperty
extends software.amazon.jsii.JsiiSerializable
The node auto repair 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.*;
NodeRepairConfigProperty nodeRepairConfigProperty = NodeRepairConfigProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNodegroup.NodeRepairConfigPropertystatic final classAn implementation forCfnNodegroup.NodeRepairConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Specifies whether to enable node auto repair for the node group.Node auto repair is disabled by default.
- See Also:
-
builder
-