Class: Aws::EKS::Types::ConnectorConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ConnectorConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The full description of your connected cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #activation_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique code associated with the cluster for registration purposes.
 - 
  
    
      #activation_expiry  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expiration time of the connected cluster.
 - 
  
    
      #activation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique ID associated with the cluster for registration purposes.
 - 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster’s cloud service provider.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
 
Instance Attribute Details
#activation_code ⇒ String
A unique code associated with the cluster for registration purposes.
      1017 1018 1019 1020 1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1017 class ConnectorConfigResponse < Struct.new( :activation_id, :activation_code, :activation_expiry, :provider, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#activation_expiry ⇒ Time
The expiration time of the connected cluster. The cluster’s YAML file must be applied through the native provider.
      1017 1018 1019 1020 1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1017 class ConnectorConfigResponse < Struct.new( :activation_id, :activation_code, :activation_expiry, :provider, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#activation_id ⇒ String
A unique ID associated with the cluster for registration purposes.
      1017 1018 1019 1020 1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1017 class ConnectorConfigResponse < Struct.new( :activation_id, :activation_code, :activation_expiry, :provider, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#provider ⇒ String
The cluster’s cloud service provider.
      1017 1018 1019 1020 1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1017 class ConnectorConfigResponse < Struct.new( :activation_id, :activation_code, :activation_expiry, :provider, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
      1017 1018 1019 1020 1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1017 class ConnectorConfigResponse < Struct.new( :activation_id, :activation_code, :activation_expiry, :provider, :role_arn) SENSITIVE = [] include Aws::Structure end  |