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

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

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