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
show all
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

Instance Attribute Details

#providerTypes::Provider

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

Returns:

  • (Types::Provider)

    AWS Key Management Service (AWS KMS) customer master key (CMK).

#resourcesArray<String>

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

Returns:

  • (Array<String>)

    Specifies the resources to be encrypted.