File tree Expand file tree Collapse file tree
packages/@aws-cdk/aws-dynamodb/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,6 +439,14 @@ export interface ITable extends IResource {
439439 */
440440 metricSystemErrors ( props ?: cloudwatch . MetricOptions ) : cloudwatch . Metric ;
441441
442+ /**
443+ * Metric for the system errors this table
444+ *
445+ * @param props properties of a metric
446+ *
447+ */
448+ metricSystemErrorsForOperations ( props ?: SystemErrorsForOperationsMetricOptions ) : cloudwatch . IMetric ;
449+
442450 /**
443451 * Metric for the user errors
444452 *
@@ -453,6 +461,14 @@ export interface ITable extends IResource {
453461 */
454462 metricConditionalCheckFailedRequests ( props ?: cloudwatch . MetricOptions ) : cloudwatch . Metric ;
455463
464+ /**
465+ * Metric for throttled requests
466+ *
467+ * @param props properties of a metric
468+ *
469+ */
470+ metricThrottledRequests ( props ?: cloudwatch . MetricOptions ) : cloudwatch . Metric ;
471+
456472 /**
457473 * Metric for the successful request latency
458474 *
You can’t perform that action at this time.
0 commit comments