You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EKS::Types::EncryptionConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EKS::Types::EncryptionConfig
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing EncryptionConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
  resources: ["String"],
  provider: {
    key_arn: "String",
  },
}
The encryption configuration for the cluster.
Instance Attribute Summary collapse
- 
  
    
      #provider  ⇒ Types::Provider 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    AWS Key Management Service (AWS KMS) customer master key (CMK). 
- 
  
    
      #resources  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the resources to be encrypted. 
Instance Attribute Details
#provider ⇒ Types::Provider
AWS Key Management Service (AWS KMS) customer master key (CMK). Either the ARN or the alias can be used.
#resources ⇒ Array<String>
Specifies the resources to be encrypted. The only supported value is \"secrets\".