KeyVaultPropertiesArgs

data class KeyVaultPropertiesArgs(val keyName: Output<String>? = null, val keyRsaSize: Output<Int>? = null, val keyVaultUri: Output<String>? = null, val keyVersion: Output<String>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

The key vault properties.

Constructors

Link copied to clipboard
constructor(keyName: Output<String>? = null, keyRsaSize: Output<Int>? = null, keyVaultUri: Output<String>? = null, keyVersion: Output<String>? = null)

Properties

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

The name of the key associated with the Log Analytics cluster.

Link copied to clipboard
val keyRsaSize: Output<Int>? = null

Selected key minimum required size.

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

The Key Vault uri which holds they key associated with the Log Analytics cluster.

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

The version of the key associated with the Log Analytics cluster.

Functions

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