We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e1b4c commit 72ea3abCopy full SHA for 72ea3ab
packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
@@ -516,7 +516,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
516
* The only valid statistic is Sum. Note that this represents the average not the sum.
517
*
518
* @default Sum over 5 minutes
519
- * @deprecated Use ``ApplicationTargetGroup.metrics.ipv6RequestCount`` instead
+ * @deprecated Use `ApplicationTargetGroup.metrics.requestCountPerTarget` instead
520
*/
521
public metricRequestCountPerTarget(props?: cloudwatch.MetricOptions) {
522
return this.metrics.requestCountPerTarget(props);
0 commit comments