class Aws::EKS::Types::EncryptionConfig

The encryption configuration for the cluster.

@note When making an API call, you may pass EncryptionConfig

data as a hash:

    {
      resources: ["String"],
      provider: {
        key_arn: "String",
      },
    }

@!attribute [rw] resources

Specifies the resources to be encrypted. The only supported value is
"secrets".
@return [Array<String>]

@!attribute [rw] provider

Key Management Service (KMS) key. Either the ARN or the alias can be
used.
@return [Types::Provider]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/EncryptionConfig AWS API Documentation

Constants

SENSITIVE