Class: Aws::EKS::Types::AssociateIdentityProviderConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AssociateIdentityProviderConfigRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your cluster.
 - 
  
    
      #oidc  ⇒ Types::OidcIdentityProviderConfigRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing an OpenID Connect (OIDC) identity provider configuration.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata that assists with categorization and organization.
 
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      568 569 570 571 572 573 574 575  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 568 class AssociateIdentityProviderConfigRequest < Struct.new( :cluster_name, :oidc, :tags, :client_request_token) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_name ⇒ String
The name of your cluster.
      568 569 570 571 572 573 574 575  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 568 class AssociateIdentityProviderConfigRequest < Struct.new( :cluster_name, :oidc, :tags, :client_request_token) SENSITIVE = [] include Aws::Structure end  | 
  
#oidc ⇒ Types::OidcIdentityProviderConfigRequest
An object representing an OpenID Connect (OIDC) identity provider configuration.
      568 569 570 571 572 573 574 575  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 568 class AssociateIdentityProviderConfigRequest < Struct.new( :cluster_name, :oidc, :tags, :client_request_token) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don’t propagate to any other cluster or Amazon Web Services resources.
      568 569 570 571 572 573 574 575  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 568 class AssociateIdentityProviderConfigRequest < Struct.new( :cluster_name, :oidc, :tags, :client_request_token) SENSITIVE = [] include Aws::Structure end  |