VaultPropertiesArgs

data class VaultPropertiesArgs(val encryption: Output<VaultPropertiesEncryptionArgs>? = null) : ConvertibleToJava<VaultPropertiesArgs>

Properties of the vault.

Constructors

Link copied to clipboard
constructor(encryption: Output<VaultPropertiesEncryptionArgs>? = null)

Properties

Link copied to clipboard

Customer Managed Key details of the resource.

Functions

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