Encryption V2Args
data class EncryptionV2Args(val keySource: Output<Either<String, EncryptionKeySource>>, val keyVaultProperties: Output<EncryptionV2KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionV2Args>
The object that contains details of encryption used on the workspace.
Constructors
Link copied to clipboard
constructor(keySource: Output<Either<String, EncryptionKeySource>>, keyVaultProperties: Output<EncryptionV2KeyVaultPropertiesArgs>? = null)