breezy-rocket-79823
12/08/2022, 10:09 AMconst alb = new awsx.lb.NetworkLoadBalancer("web-traffic");
const httpListener = alb.createListener("http-listener", { ... });
const target = alb.createTargetGroup("web-target", { ... });
I can't seem to find these methods when using C#. Are they located in static classes or are they just not there?