Class: Aws::EKS::Types::ZonalShiftConfigRequest

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

Overview

The configuration for zonal shift for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.

Returns:

  • (Boolean)


6951
6952
6953
6954
6955
# File 'lib/aws-sdk-eks/types.rb', line 6951

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