Secret Backend Connection Influxdb Args
data class SecretBackendConnectionInfluxdbArgs(val connectTimeout: Output<Int>? = null, val host: Output<String>, val insecureTls: Output<Boolean>? = null, val password: Output<String>, val pemBundle: Output<String>? = null, val pemJson: Output<String>? = null, val port: Output<Int>? = null, val tls: Output<Boolean>? = null, val username: Output<String>, val usernameTemplate: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionInfluxdbArgs>
Constructors
Link copied to clipboard
constructor(connectTimeout: Output<Int>? = null, host: Output<String>, insecureTls: Output<Boolean>? = null, password: Output<String>, pemBundle: Output<String>? = null, pemJson: Output<String>? = null, port: Output<Int>? = null, tls: Output<Boolean>? = null, username: Output<String>, usernameTemplate: Output<String>? = null)