Class: Aws::EKS::Types::ZonalShiftConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ZonalShiftConfigRequest
 
 
- 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
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.
 
Instance Attribute Details
#enabled ⇒ Boolean
If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.
      6652 6653 6654 6655 6656  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 6652 class ZonalShiftConfigRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |