Optional ReadonlycreateOptional ReadonlycreateFlag controlling SSM parameter creation for construct resource references enabling
Optional ReadonlydescriptionHuman-readable description of what the rule matches.
Optional ReadonlyenabledWhether the rule is enabled.
Optional ReadonlyeventThe event bus to associate the rule with.
Optional ReadonlyeventThe event pattern the rule matches. Required unless schedule is supplied.
ReadonlynamingMDAA naming implementation for consistent resource naming across all MDAA constructs
ReadonlyruleShort, stable name for the rule. The MDAA naming convention prefixes this with
<org>-<env>-<domain>-<module>- and truncates to the 64-character rule-name limit,
so pass the unprefixed name only.
Note that with a typical prefix the entire suffix may be replaced by the uniqueness hash, in which case this name does not appear in the deployed name at all. Names stay unique and stable either way (the hash covers the full pre-truncation name), but operators should identify a rule by its description rather than by its name.
Optional ReadonlyscheduleSchedule expression, for a scheduled rather than event-pattern-driven rule.
Optional ReadonlytargetsTargets invoked when the rule matches. Targets may also be added after
construction via addTarget.
Flag controlling CloudFormation output and stack export creation for construct resources