Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 16.8 KB

DestinationResponse.md

File metadata and controls

17 lines (13 loc) · 16.8 KB

DestinationResponse

Provides details of a single destination.

Fields

Field Type Required Description Example
configuration DestinationConfiguration ✔️ The values required to configure the destination. {
"user": "charles"
}
createdAt long ✔️ N/A
definitionId String ✔️ N/A
destinationId String ✔️ N/A
destinationType String ✔️ N/A
name String ✔️ N/A
resourceAllocation Optional<ScopedResourceRequirements> actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
workspaceId String ✔️ N/A