AmlFilesystemEncryptionSettingsArgs

data class AmlFilesystemEncryptionSettingsArgs(val keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null) : ConvertibleToJava<AmlFilesystemEncryptionSettingsArgs>

AML file system encryption settings.

Constructors

Link copied to clipboard
constructor(keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null)

Properties

Link copied to clipboard

Specifies the location of the encryption key in Key Vault.

Functions

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