Enumeration CcTableV2Alarms

Alarms configured for CloudKitect DynamoDB Table V2 Component

Enumeration Members

SYSTEM_ERROR_ALARM: "SystemErrorAlarm"

CcTable automatically creates a system error alarm using the CcAlarm construct. The system error alarm condition is using the DynamoDB Table metric of system errors, with alarm threshold and evaluation periods both set to 1, and the aggregating statistic set to Sum.

THROTTLED_REQ_ALARM: "ThrottledRequestAlarm"

CcTable automatically creates a throttled request alarm using the CcAlarm construct. The throttled request alarm condition is using the default DynamoDB Table metric of throttled requests, with alarm threshold and evaluation periods both set to 1.

TXN_CONFLICT_ALARM: "TransactionConflictAlarm"

CcTable automatically creates a transaction conflict alarm using the CcAlarm construct. The transaction conflict alarm condition is using the DynamoDB Table metric of transaction conflict, with alarm threshold and evaluation periods both set to 1, and the aggregating statistic set to Sum.

Generated using TypeDoc