-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-elasticloadbalancingv2Related to Amazon Elastic Load Balancing V2Related to Amazon Elastic Load Balancing V2effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-elasticloadbalancingv2Related to Amazon Elastic Load Balancing V2Related to Amazon Elastic Load Balancing V2effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1