Skip to content

Commit bd9366b

Browse files
authored
Merge branch 'master' into patch-1
2 parents ce8a25a + 9cd76cd commit bd9366b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • packages/@aws-cdk/aws-dynamodb/lib

packages/@aws-cdk/aws-dynamodb/lib/table.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)