Secret Backend Connection Hana Args
data class SecretBackendConnectionHanaArgs(val connectionUrl: Output<String>? = null, val disableEscaping: Output<Boolean>? = null, val maxConnectionLifetime: Output<Int>? = null, val maxIdleConnections: Output<Int>? = null, val maxOpenConnections: Output<Int>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionHanaArgs>
Properties
Link copied to clipboard
Connection string to use to connect to the database.
Link copied to clipboard
Disable special character escaping in username and password
Link copied to clipboard
Maximum number of seconds a connection may be reused.
Link copied to clipboard
Maximum number of idle connections to the database.
Link copied to clipboard
Maximum number of open connections to the database.