Class: Aws::EKS::Types::NodeRepairConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::NodeRepairConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The node auto repair configuration for the node group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether to enable node auto repair for the node group.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether to enable node auto repair for the node group. Node auto repair is disabled by default.
4844 4845 4846 4847 4848 |
# File 'lib/aws-sdk-eks/types.rb', line 4844 class NodeRepairConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |