in `<http://aws.lb|aws.lb>` there's <https://www.p...
# general
m
in
<http://aws.lb|aws.lb>
there's https://www.pulumi.com/registry/packages/aws/api-docs/alb/listener/ and https://www.pulumi.com/registry/packages/aws/api-docs/alb/listenerrule/. For OIDC auth to an LB, they both take an argument - aws.lb.ListenerDefaultActionAuthenticateOidcArgs and aws.lb.ListenerRuleActionAuthenticateOidcArgs. These appear to be identical on the AWS API backend. https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_AuthenticateOidcActionConfig.html. But are they interchangeable in Pulumi? Can I use the ListenerRuleAction to initalize a Listener's default action? Seems like I should be able to