EncryptionDetails

Configuration details about encryption for the cluster including the KMS key ARN, encryption type, and encryption status.

Types

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

Properties

Link copied to clipboard

The status of encryption for the cluster.

Link copied to clipboard

The type of encryption that protects the data on your cluster.

Link copied to clipboard

The ARN of the KMS key that encrypts data in the cluster.

Functions

Link copied to clipboard
inline fun copy(block: EncryptionDetails.Builder.() -> Unit = {}): EncryptionDetails
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