EncryptionArgs

data class EncryptionArgs(val diskEncryptionSetId: Output<String>? = null, val type: Output<Either<String, EncryptionType>>? = null) : ConvertibleToJava<EncryptionArgs>

Encryption at rest settings for disk or snapshot

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, type: Output<Either<String, EncryptionType>>? = null)

Properties

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

ResourceId of the disk encryption set to use for enabling encryption at rest.

Link copied to clipboard
val type: Output<Either<String, EncryptionType>>? = null

The type of key used to encrypt the data of the disk.

Functions

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