SecretBackendConnectionRedshiftArgs

constructor(connectionUrl: Output<String>? = null, disableEscaping: Output<Boolean>? = null, maxConnectionLifetime: Output<Int>? = null, maxIdleConnections: Output<Int>? = null, maxOpenConnections: Output<Int>? = null, password: Output<String>? = null, username: Output<String>? = null, usernameTemplate: Output<String>? = null)