EncryptionAtRestOptionsArgs

data class EncryptionAtRestOptionsArgs(val enabled: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<EncryptionAtRestOptionsArgs>

Definition of EncryptionAtRestOptions

Constructors

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

Properties

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

True to enable encryption at rest.

Link copied to clipboard
val kmsKeyId: Output<String>? = null

The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.

Functions

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