[aws-elasticloadbalancingv2] ApplicationListener.addTargetGroups() ignores the new conditions
array
#9262
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
p1
ApplicationListener.addTargetGroups()
accepts anAddApplicationTargetGroupsProps
argument. According to the doc (https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-elasticloadbalancingv2.AddApplicationTargetGroupsProps.html), existing fields such ashostHeader
have been deprecated and a new field,conditions
have been added. However, theconditions
field is not accepted by theaddTargetGroups()
method, and it throws an error:Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: