Is there a way to use the static `get()` methods w...
# general
m
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
m
Ah I forgot about these type of methods, they seem to exist only sometimes. Let me see if it works