Skip to content

Commit

Permalink
docs(elbv2): metricRequestCountPerTarget docstring points to correct …
Browse files Browse the repository at this point in the history
…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*
  • Loading branch information
khushail committed Jun 12, 2023
1 parent 86e1b4c commit 72ea3ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -516,7 +516,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
* The only valid statistic is Sum. Note that this represents the average not the sum.
*
* @default Sum over 5 minutes
* @deprecated Use ``ApplicationTargetGroup.metrics.ipv6RequestCount`` instead
* @deprecated Use `ApplicationTargetGroup.metrics.requestCountPerTarget` instead
*/
public metricRequestCountPerTarget(props?: cloudwatch.MetricOptions) {
return this.metrics.requestCountPerTarget(props);
Expand Down

0 comments on commit 72ea3ab

Please sign in to comment.