ConnectionSslConfigAdditionalVariableArgs

data class ConnectionSslConfigAdditionalVariableArgs(val booleanValue: Output<Boolean>? = null, val encryptionKeyValue: Output<ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgs>? = null, val integerValue: Output<Int>? = null, val key: Output<String>, val secretValue: Output<ConnectionSslConfigAdditionalVariableSecretValueArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<ConnectionSslConfigAdditionalVariableArgs>

Constructors

constructor(booleanValue: Output<Boolean>? = null, encryptionKeyValue: Output<ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgs>? = null, integerValue: Output<Int>? = null, key: Output<String>, secretValue: Output<ConnectionSslConfigAdditionalVariableSecretValueArgs>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null

Boolean Value of configVariable.

Link copied to clipboard

Encription key value of configVariable. Structure is documented below.

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

Integer Value of configVariable.

Link copied to clipboard
val key: Output<String>

Key for the configVariable

Link copied to clipboard

Secret value of configVariable Structure is documented below.

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

String Value of configVariabley.

Functions

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