(elasticloadbalancingv2): cant set grpc code matcher on alb #13947
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
With #13570, it is now possible to set the protocol version for ALB target groups, and thus make it working for GRPC.
However, it is not yet possible to define a GrpcCode for the matcher (see CloudFormation doc).
Use Case
Being able to define a custom GRPC Code for the matcher, like for HTTP Code
Proposed Solution
Add a
healthyGrpcCodes
working the same way ashealthyHttpCodes
.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: