Class: Aws::EKS::Types::ConnectorConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ConnectorConfigRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The configuration sent to a cluster for configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cloud provider for the target cluster to connect.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
 
Instance Attribute Details
#provider ⇒ String
The cloud provider for the target cluster to connect.
      967 968 969 970 971 972  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 967 class ConnectorConfigRequest < Struct.new( :role_arn, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
      967 968 969 970 971 972  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 967 class ConnectorConfigRequest < Struct.new( :role_arn, :provider) SENSITIVE = [] include Aws::Structure end  |