Managed Disk Encryption Args
data class ManagedDiskEncryptionArgs(val keySource: Output<Either<String, EncryptionKeySource>>, val keyVaultProperties: Output<ManagedDiskEncryptionKeyVaultPropertiesArgs>, val rotationToLatestKeyVersionEnabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedDiskEncryptionArgs>
The object that contains details of encryption used on the workspace.
Constructors
Link copied to clipboard
fun ManagedDiskEncryptionArgs(keySource: Output<Either<String, EncryptionKeySource>>, keyVaultProperties: Output<ManagedDiskEncryptionKeyVaultPropertiesArgs>, rotationToLatestKeyVersionEnabled: Output<Boolean>? = null)