Class: Aws::EKS::Types::CreateAccessEntryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::CreateAccessEntryResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #access_entry  ⇒ Types::AccessEntry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An access entry allows an IAM principal (user or role) to access your cluster.
 
Instance Attribute Details
#access_entry ⇒ Types::AccessEntry
An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the ‘aws-auth` `ConfigMap` for authentication. For more information about access entries, see [Access entries] in the *Amazon EKS User Guide*.
[1]: docs.aws.amazon.com/eks/latest/userguide/access-entries.html
      1214 1215 1216 1217 1218  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1214 class CreateAccessEntryResponse < Struct.new( :access_entry) SENSITIVE = [] include Aws::Structure end  |