Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
q
quick-action-34599
10/22/2018, 8:35 PM
Question:
https://pulumi.io/reference/pkg/nodejs/@pulumi/aws/applicationloadbalancing/#Listener
where are "action blocks" actually defined?
b
busy-umbrella-36067
10/22/2018, 8:52 PM
doesnt look to be documented, you could try to determine the params needed from this line
https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/applicationloadbalancing/listener.ts#L141
i think those docs are auto-generated based on code thats also auto-generated. might want to file a bug that an interface isn’t created for the Action
q
quick-action-34599
10/23/2018, 1:59 PM
Yea I figured they were auto-generated. Just thought the section might be hiding somewhere.
Post