CmkKeyVaultPropertiesArgs

data class CmkKeyVaultPropertiesArgs(val keyUri: Output<String>? = null) : ConvertibleToJava<CmkKeyVaultPropertiesArgs>

The properties of the Key Vault which hosts CMK

Constructors

Link copied to clipboard
constructor(keyUri: Output<String>? = null)

Properties

Link copied to clipboard
val keyUri: Output<String>? = null

The key uri of the Customer Managed Key

Functions

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