CloudKitect StateMachine Component
Tracing Enabled: True
Risk Level: High Well Architected Pillar: Reliability
Note that the default alarm uses the CcAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Default Usage
new CcStateMachine(this, "LogicalId", {}); Copy
new CcStateMachine(this, "LogicalId", {});
Custom Configuration
new CcStateMachine(this, "LogicalId", { tracingEnabled: false}); Copy
new CcStateMachine(this, "LogicalId", { tracingEnabled: false});
It addresses the following compliance requirements
Readonly
Private
Generated using TypeDoc
CloudKitect StateMachine Component
Default Configuration
Tracing Enabled: True
Default Alarms
Note that the default alarm uses the CcAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Examples
Default Usage
Custom Configuration
Compliance
It addresses the following compliance requirements