You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When constructing an awsx.elasticloadbalancingv2.LoadBalancer the first parameter is the type - currently (I think) restricted to "network" or "application". It would be good to make this an enumeration with constants such that you get sensible code completion here.
The text was updated successfully, but these errors were encountered:
When constructing an
awsx.elasticloadbalancingv2.LoadBalancer
the first parameter is the type - currently (I think) restricted to"network"
or"application"
. It would be good to make this an enumeration with constants such that you get sensible code completion here.The text was updated successfully, but these errors were encountered: