Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 8.41 KB

SourcePutRequest.md

File metadata and controls

10 lines (7 loc) · 8.41 KB

SourcePutRequest

Fields

Field Type Required Description Example
configuration SourceConfiguration ✔️ The values required to configure the source. {
"user": "charles"
}
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.