Hadoop Cluster Disk Encryption Args
data class HadoopClusterDiskEncryptionArgs(val encryptionAlgorithm: Output<String>? = null, val encryptionAtHostEnabled: Output<Boolean>? = null, val keyVaultKeyId: Output<String>? = null, val keyVaultManagedIdentityId: Output<String>? = null) : ConvertibleToJava<HadoopClusterDiskEncryptionArgs>
Properties
Link copied to clipboard
This is an algorithm identifier for encryption. Possible values are RSA1_5
, RSA-OAEP
, RSA-OAEP-256
.
Link copied to clipboard
This is indicator to show whether resource disk encryption is enabled.
Link copied to clipboard
The ID of the key vault key.
Link copied to clipboard
This is the resource ID of Managed Identity used to access the key vault.