Skip to content

Commit 31788ad

Browse files
committed
feat(rds): add metricReadIOPs method to DatabaseClusterBase
1 parent c737570 commit 31788ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-rds/lib/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ export abstract class DatabaseClusterBase extends Resource implements IDatabaseC
705705
}
706706

707707
/**
708-
* Instance-level read I/O operations per second.
708+
* The average number of read I/O operations per second.
709709
*
710710
* Represents the average of the ReadIOPS values across all instances in the cluster.
711711
*/

0 commit comments

Comments
 (0)