MftRoute
Defined in: src/mft/MftRoute.ts:34
Declarative source→destination policy bound to provider profiles.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Optional human-readable description. | src/mft/MftRoute.ts:40 |
destination | MftRouteEndpoint | Destination endpoint resolved through the transfer client. | src/mft/MftRoute.ts:44 |
enabled? | boolean | Whether the route is enabled. Defaults to true. | src/mft/MftRoute.ts:50 |
filter? | MftRouteFilter | Optional include/exclude filter, reserved for tree-aware executors. | src/mft/MftRoute.ts:46 |
id | string | Stable 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? | string | Optional human-readable route name. | src/mft/MftRoute.ts:38 |
operation? | MftRouteOperation | Transfer operation performed by the route. Defaults to "copy". | src/mft/MftRoute.ts:48 |
source | MftRouteEndpoint | Source endpoint resolved through the transfer client. | src/mft/MftRoute.ts:42 |