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 models.DestinationConfiguration ✔️ The values required to configure the destination. {
"user": "charles"
}
name str ✔️ Name of the destination e.g. dev-mysql-instance.
workspace_id str ✔️ N/A
definition_id Optional[str] The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided.