Skip to content

feat(aws-elasticloadbalancingv2): Allow listing added listeners on application load balancers#15259

Merged
mergify[bot] merged 8 commits intoaws:masterfrom
ABevier:feat_alb_expose_listener_collection
Jul 7, 2021
Merged

feat(aws-elasticloadbalancingv2): Allow listing added listeners on application load balancers#15259
mergify[bot] merged 8 commits intoaws:masterfrom
ABevier:feat_alb_expose_listener_collection

Conversation

@ABevier
Copy link
Copy Markdown
Contributor

@ABevier ABevier commented Jun 22, 2021

This PR adds the ability to get access to the list of Listeners that have been added to an Application Load Balancer. This is necessary because when an L3 pattern creates a listener on a load balancer the caller may need to get access to the listener to customize it.

I couldn't figure out a great way to make this work for Looked Up or Imported Load Balancers so I decided to throw an error. If there is a better way, let me know and I can change the PR.

closes #11841

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Jun 22, 2021

@ABevier ABevier changed the title feat(elasticloadbalancingv2): Allow listing added listeners on application load balancers feat(aws-elasticloadbalancingv2): Allow listing added listeners on application load balancers Jun 22, 2021
peterwoodworth
peterwoodworth previously approved these changes Jul 7, 2021
Copy link
Copy Markdown
Contributor

@peterwoodworth peterwoodworth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, thank you for adding this!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 7, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed peterwoodworth’s stale review July 7, 2021 21:50

Pull request has been modified.

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 9ddf4cb
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit a80ad42 into aws:master Jul 7, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 7, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@ABevier ABevier deleted the feat_alb_expose_listener_collection branch July 8, 2021 03:36
hollanddd pushed a commit to hollanddd/aws-cdk that referenced this pull request Aug 26, 2021
…plication load balancers (aws#15259)

This PR adds the ability to get access to the list of Listeners that have been added to an Application Load Balancer.  This is necessary because when an L3 pattern creates a listener on a load balancer the caller may need to get access to the listener to customize it.

I couldn't figure out a great way to make this work for Looked Up or Imported Load Balancers so I decided to throw an error.  If there is a better way, let me know and I can change the PR. 

closes aws#11841
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws-ec2): ApplicationLoadBalancer - Expose created Listeners as collection

3 participants