Rule
class Rule
Contains information about a rule in Amazon EventBridge.
Types
Properties
Link copied to clipboard
The description of the rule.
Link copied to clipboard
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
Link copied to clipboard
The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
Link copied to clipboard
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". For more information, see Creating an Amazon EventBridge rule that runs on a schedule.