Skip to content

Commit 899656c

Browse files
Jimmy Gaussenmergify[bot]
authored andcommitted
fix(elbv2): unhealthyHostCount metric case fix (#4133)
1 parent c3b3c93 commit 899656c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
229229
* @default Average over 5 minutes
230230
*/
231231
public metricUnhealthyHostCount(props?: cloudwatch.MetricOptions) {
232-
return this.metric('UnhealthyHostCount', {
232+
return this.metric('UnHealthyHostCount', {
233233
statistic: 'Average',
234234
...props
235235
});

0 commit comments

Comments
 (0)