Encryption Args
data class EncryptionArgs(val keyName: Output<String>? = null, val keySource: Output<Either<String, KeySource>>? = null, val keyVaultUri: Output<String>? = null, val keyVersion: Output<String>? = null) : ConvertibleToJava<EncryptionArgs>
The object that contains details of encryption used on the workspace.