You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description (string) A description of the rule's purpose. Default: No description
eventPattern (EventPattern) Additional restrictions for the event to route to the specified target. Default: No additional filtering based on an event pattern.
ruleName (string) A name for the rule. Default: AWS CloudFormation generates a unique physical ID.
target (IRuleTarget) The target to register for the event. Default: No target is added to the rule. Use addTarget() to add a target.