We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b3c93 commit 899656cCopy full SHA for 899656c
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
@@ -229,7 +229,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
229
* @default Average over 5 minutes
230
*/
231
public metricUnhealthyHostCount(props?: cloudwatch.MetricOptions) {
232
- return this.metric('UnhealthyHostCount', {
+ return this.metric('UnHealthyHostCount', {
233
statistic: 'Average',
234
...props
235
});
0 commit comments