few-ghost-30158
11/05/2024, 2:25 AMlistenerArn
of the default listener in awsx.lb.ApplicationLoadBalancer
? I created a aws.lb.ApplicationLoadBalancer
, in which i have a default action for my listener in port 80, I am then trying to add a listener rule to this same listener but require the listenerArn for this to worklittle-cartoon-10569
11/05/2024, 2:45 AMlb.loadBalancer.arn
little-cartoon-10569
11/05/2024, 2:45 AMlb
is the awsx.lb.ApplicationLoadBalancer instnce.few-ghost-30158
11/05/2024, 3:09 AMlittle-cartoon-10569
11/05/2024, 3:10 AMlittle-cartoon-10569
11/05/2024, 3:20 AMlb.listeners[0].arn
.few-ghost-30158
11/05/2024, 3:21 AMlb.listeners
returns a Output<Listener[] | undefined>
few-ghost-30158
11/05/2024, 3:21 AMlittle-cartoon-10569
11/05/2024, 3:22 AMlb.listeners.apply((ls) => ls[0]?).arn
. Or something.few-ghost-30158
11/05/2024, 3:24 AMlittle-cartoon-10569
11/05/2024, 3:26 AMfew-ghost-30158
11/05/2024, 4:12 AM