ClusterEncryptionAtRestArgs

data class ClusterEncryptionAtRestArgs(val dataVolumeKmsKeyId: Output<String>) : ConvertibleToJava<ClusterEncryptionAtRestArgs>

Constructors

Link copied to clipboard
constructor(dataVolumeKmsKeyId: Output<String>)

Properties

Link copied to clipboard

The ARN of the Amazon KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.

Functions

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