-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(elb) set accessLoggingPolicy property with L2 LoadBalancer #14972
Comments
Thanks for the feature request! If you want to do something like this immediately using the CDK you can set these same properties in your load balancer using ElbV2 ALB or NLB and using the |
@peterwoodworth I need it with Elb LoadBalancer ( Classic Loadbalancer ) |
@peterwoodworth Please review PR , I have added tests as well. Please let me know if required any change |
Please review feat(elb): set accessLoggingPolicy property with L2 LoadBalancer #14983 |
) Using cdk we can enable access logs for elb.Loadbalancer fixes #14972 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
As the elb property readonly private , it has no visibilty outside. Also there is no method to access it. There is no provision to enable access log for LB
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-elasticloadbalancing/lib/load-balancer.ts
The text was updated successfully, but these errors were encountered: