Connection Config Variable Args
data class ConnectionConfigVariableArgs(val booleanValue: Output<Boolean>? = null, val encryptionKeyValue: Output<ConnectionConfigVariableEncryptionKeyValueArgs>? = null, val integerValue: Output<Int>? = null, val key: Output<String>, val secretValue: Output<ConnectionConfigVariableSecretValueArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<ConnectionConfigVariableArgs>
Constructors
Link copied to clipboard
fun ConnectionConfigVariableArgs(booleanValue: Output<Boolean>? = null, encryptionKeyValue: Output<ConnectionConfigVariableEncryptionKeyValueArgs>? = null, integerValue: Output<Int>? = null, key: Output<String>, secretValue: Output<ConnectionConfigVariableSecretValueArgs>? = null, stringValue: Output<String>? = null)