Well Architected StateMachine
Tracing Enabled: True
Risk Level: High Well Architected Pillar: Reliability
Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Default Usage
new WaStateMachine(this, "LogicalId", {});
Custom Configuration
new WaStateMachine(this, "LogicalId", { tracingEnabled: false});
It addresses the following compliance requirements
Readonly
Private
Generated using TypeDoc
Well Architected StateMachine
Default Configuration
Tracing Enabled: True
Default Alarms
Note that the default alarm uses the WaAlarm 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