Interface ProviderStrategyConfig

Full provider strategy configuration.

interface ProviderStrategyConfig {
    strategy: ProviderStrategyName;
    assignments?: Record<string, ExplicitAssignment>;
    fallback?: ProviderStrategyName;
}

Properties

assignments?: Record<string, ExplicitAssignment>

Map of nodeId/role → explicit provider assignment. _default applies to unmatched nodes.

Fallback strategy for unmatched nodes in mixed mode.