Amazon EventBridge Construct Library
-
Rule.Builder.create(software.constructs.Construct scope,
String id)
Rule.Builder.crossStackScope(software.constructs.Construct crossStackScope)
The scope to use if the source of the rule and its target are in different Stacks (but in the same account & region).
A description of the rule's purpose.
Indicates whether the rule is enabled.
The event bus to associate with this rule.
Additional restrictions for the event to route to the specified target.
The schedule or rate (frequency) that determines when EventBridge runs the rule.
Targets to invoke when this rule matches an event.