Skip to content

MftRoute

Defined in: src/mft/MftRoute.ts:34

Declarative source→destination policy bound to provider profiles.

PropertyTypeDescriptionDefined in
description?stringOptional human-readable description.src/mft/MftRoute.ts:40
destinationMftRouteEndpointDestination endpoint resolved through the transfer client.src/mft/MftRoute.ts:44
enabled?booleanWhether the route is enabled. Defaults to true.src/mft/MftRoute.ts:50
filter?MftRouteFilterOptional include/exclude filter, reserved for tree-aware executors.src/mft/MftRoute.ts:46
idstringStable route identifier.src/mft/MftRoute.ts:36
metadata?Record<string, unknown>Caller-defined metadata retained for diagnostics and audit records.src/mft/MftRoute.ts:52
name?stringOptional human-readable route name.src/mft/MftRoute.ts:38
operation?MftRouteOperationTransfer operation performed by the route. Defaults to "copy".src/mft/MftRoute.ts:48
sourceMftRouteEndpointSource endpoint resolved through the transfer client.src/mft/MftRoute.ts:42