Optional ReadonlycrossOptional ReadonlydescriptionA description of the rule's purpose.
Optional ReadonlyenabledIndicates whether the rule is enabled.
Optional ReadonlyeventThe event bus to associate with this rule.
Optional ReadonlyeventAdditional restrictions for the event to route to the specified target
The method that generates the rule probably imposes some type of event filtering. The filtering implied by what you pass here is added on top of that filtering.
Optional ReadonlyroleThe role that is used for target invocation.
Must be assumable by principal events.amazonaws.com.
Optional ReadonlyruleA name for the rule.
Optional ReadonlyscheduleThe schedule or rate (frequency) that determines when EventBridge runs the rule.
You must specify this property, the eventPattern property, or both.
For more information, see Schedule Expression Syntax for Rules in the Amazon EventBridge User Guide.
OptionaltagsOptional ReadonlytargetsTargets to invoke when this rule matches an event.
Input will be the full matched event. If you wish to specify custom
target input, use addTarget(target[, inputOptions]).
The scope to use if the source of the rule and its target are in different Stacks (but in the same account & region). This helps dealing with cycles that often arise in these situations.