OptionaldenyOptionalexportsDeclares which registered items are visible outside this resource's registration subtree.
exports => everything is public (default)exports: [] or exports: "none" => nothing is publicOptionalonlyAllowed targets for this resource boundary. When provided, only these targets (and internal items) can be referenced.
OptionalwhitelistAdditional per-boundary grants for specific consumers.
whitelist can relax this boundary's own deny / only checks for the
matching consumer-target relation, but it does not override visibility
rules or restrictions imposed by ancestor resources.
Denied targets for this resource boundary. Denials are additive across nested resources.