Field | Type | Required | Description | Example |
---|---|---|---|---|
configuration |
com.airbyte.api.models.shared.DestinationConfiguration | ✔️ | The values required to configure the destination. | { "user": "charles" } |
definitionId |
Optional<? extends String> | ➖ | The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. | |
name |
String | ✔️ | Name of the destination e.g. dev-mysql-instance. | |
workspaceId |
String | ✔️ | N/A |