Skip to content

CreateOutboxRouteOptions

Defined in: src/mft/conventions.ts:74

Options accepted by createOutboxRoute.

PropertyTypeDescriptionDefined in
description?stringOptional human-friendly description.src/mft/conventions.ts:80
enabled?booleanWhether the route is enabled. Defaults to true.src/mft/conventions.ts:88
idstringStable route id.src/mft/conventions.ts:76
metadata?Record<string, unknown>Caller-defined metadata merged into the route.src/mft/conventions.ts:90
name?stringOptional human-friendly route name.src/mft/conventions.ts:78
operation?MftRouteOperationOptional operation override. Defaults to "copy".src/mft/conventions.ts:86
outboxMftOutboxConventionOutbox convention.src/mft/conventions.ts:84
sourceConventionEndpointSource endpoint that supplies files into the outbox.src/mft/conventions.ts:82