Class: Aws::EKS::Types::NodeRepairConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The node auto repair configuration for the node group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether to enable node auto repair for the node group. Node auto repair is disabled by default.

Returns:

  • (Boolean)


4817
4818
4819
4820
4821
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4817

class NodeRepairConfig < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end