Class: Aws::EKS::Types::AccessConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AccessConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The access configuration for the cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authentication_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current authentication mode of the cluster.
 - 
  
    
      #bootstrap_cluster_creator_admin_permissions  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
 
Instance Attribute Details
#authentication_mode ⇒ String
The current authentication mode of the cluster.
      26 27 28 29 30 31  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 26 class AccessConfigResponse < Struct.new( :bootstrap_cluster_creator_admin_permissions, :authentication_mode) SENSITIVE = [] include Aws::Structure end  | 
  
#bootstrap_cluster_creator_admin_permissions ⇒ Boolean
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
      26 27 28 29 30 31  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 26 class AccessConfigResponse < Struct.new( :bootstrap_cluster_creator_admin_permissions, :authentication_mode) SENSITIVE = [] include Aws::Structure end  |