Skip to content

Commit 72ea3ab

Browse files
authored
docs(elbv2): metricRequestCountPerTarget docstring points to correct replacement function (#25762)
Closes #25748. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 86e1b4c commit 72ea3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
516516
* The only valid statistic is Sum. Note that this represents the average not the sum.
517517
*
518518
* @default Sum over 5 minutes
519-
* @deprecated Use ``ApplicationTargetGroup.metrics.ipv6RequestCount`` instead
519+
* @deprecated Use `ApplicationTargetGroup.metrics.requestCountPerTarget` instead
520520
*/
521521
public metricRequestCountPerTarget(props?: cloudwatch.MetricOptions) {
522522
return this.metrics.requestCountPerTarget(props);

0 commit comments

Comments
 (0)