Class: Aws::EKS::Types::EncryptionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The encryption configuration for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerTypes::Provider

Key Management Service (KMS) key. Either the ARN or the alias can be used.

Returns:



2771
2772
2773
2774
2775
2776
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2771

class EncryptionConfig < Struct.new(
  :resources,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<String>

Specifies the resources to be encrypted. The only supported value is secrets.

Returns:

  • (Array<String>)


2771
2772
2773
2774
2775
2776
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2771

class EncryptionConfig < Struct.new(
  :resources,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end