Skip to content

[elasticloadbalancingv2] add addAction() to IApplicationListener and imported application listeners. #10902

@misterjoshua

Description

@misterjoshua

I'd like for the IApplicationListener interface and imported listeners to include addAction() the same as ApplicationListener.

Use Case

I'd like to add a redirect listener rule to an imported ALB listener.

Proposed Solution

Why can't we add this method to the IApplicationListener interface and then add the missing implementation to ImportedApplicationListener?

Other

I can work around this issue by manually creating ApplicationListenerRules and an ApplicationTargetGroup, but this approach is not as convenient as listener.addTarget('name', {...}).

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions