ClusterServerSideEncryptionArgs

data class ClusterServerSideEncryptionArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ClusterServerSideEncryptionArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable encryption at rest. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): ClusterServerSideEncryptionArgs