The pathPatterns
prop should be handled when calling addTargetGroups
on ImportedApplicationListener
#7303
Labels
@aws-cdk/aws-elasticloadbalancing
Related to Amazon Elastic Load Balancing
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
There was a recent feature added to allow for an array of pathPatterns to be used when calling
addTargetGroups
onApplicationListener
. This should also be applied toImportedApplicationListener
.Use Case
So I can add multiple pathPatterns to an imported application listener.
Proposed Solution
Pass
pathPatterns
property toApplicationListenerRule
contructor.https://github.com/DerkSchooltink/aws-cdk/blob/fdfd48ef691a994d616d282740fce6d487597ff2/packages/%40aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.ts#L492
Other
Original issue: #6497
Original pull request: #6558
Suggested link to line: https://github.com/DerkSchooltink/aws-cdk/blob/fdfd48ef691a994d616d282740fce6d487597ff2/packages/%40aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.ts#L492
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: