Secret Backend Connection Snowflake Args
data class SecretBackendConnectionSnowflakeArgs(val connectionUrl: Output<String>? = 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, val usernameTemplate: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionSnowflakeArgs>
Properties
Link copied to clipboard
Connection string to use to connect to the database.
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.
Link copied to clipboard
Username generation template.