sdk
Toggle table of contents
1.0.0-beta1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
org.apache.airflow.sdk
/
Connection
/
Connection
Connection
constructor
(
id
:
String
,
type
:
String
?
,
host
:
String
?
,
schema
:
String
?
,
login
:
String
?
,
password
:
String
?
,
port
:
Int
?
,
extra
:
Any
?
)