createListener method not available on awsx.ApplicationLoadBalancer resource #10336
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
resolution/fixed
This issue was fixed
Milestone
What happened?
The following code from the documentation here gives me a typescript error:
const alb = new awsx.lb.ApplicationLoadBalancer( "authoring-tool-lb" ) const listener = alb.createListener("authoring-tool-listener", { port: 80 });
The error is:
Property 'createListener' does not exist on type 'ApplicationLoadBalancer'.ts(2339)
Steps to reproduce
Use code above and see error.
Expected Behavior
The method should be available
Actual Behavior
I received the typescript error
Output of
pulumi about
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: