https://pulumi.com logo
m

millions-judge-24978

04/03/2020, 6:06 PM
Is there a way to use the static
get()
methods without providing an ID? I’d like to be able to
aws.alb.LoadBalancer.get('lb', undefined, <filters>)
to be able to lookup a load balancer having certain tags for example.
b

busy-umbrella-36067

04/03/2020, 6:10 PM
m

millions-judge-24978

04/03/2020, 6:12 PM
Ah I forgot about these type of methods, they seem to exist only sometimes. Let me see if it works