EncryptionConfig

The encryption configuration for the cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Amazon EKS encrypts all Kubernetes API data with envelope encryption by default for clusters running Kubernetes version 1.28 or higher, so this field no longer affects which resources are encrypted.

Functions

Link copied to clipboard
inline fun copy(block: EncryptionConfig.Builder.() -> Unit = {}): EncryptionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String