CloudKitect Event Bus Component.
Has infinite archive Sends all events to cloudwatch log group in non production environments for debugging Removal Policy: Retain in Production
Risk Level: Low Well Architected Pillar: Reliability
Risk Level: High Well Architected Pillar: Reliability, Performance
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 CcEventBus(this, "LogicalId", {}); Copy
new CcEventBus(this, "LogicalId", {});
Custom Configuration
new CcEventBus(this, "LogicalId", { ccDoNotArchive: true}); Copy
new CcEventBus(this, "LogicalId", { ccDoNotArchive: true});
It addresses the following compliance requirements
Readonly
All the default alarms configured for the CloudKitect Fargate Service.
This Alarm should be triggered when The number of times a rule’s target isn't invoked in response to an event
This Alarm should be triggered when he number of invocations that couldn't be moved to a dead-letter queue
This Alarm should be triggered when the number of times a rule’s target isn't invoked in response to an event
Generated using TypeDoc
CloudKitect Event Bus Component.
Default Configuration
Has infinite archive Sends all events to cloudwatch log group in non production environments for debugging Removal Policy: Retain in Production
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