Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3.3 KB

DestinationCreateRequest.md

File metadata and controls

11 lines (8 loc) · 3.3 KB

DestinationCreateRequest

Fields

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