EventBridgeAddScheduleExpressionRule

Description

Create a special case of EventBridge rule resource that is configured with a specified scheduling expression. For more information, see Creating an Amazon EventBridge rule that runs on a schedule.

Resources

AWS::Events::Rule

Input

scheduleExpression

The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". Must be a valid Cloudformation syntax that resolves to a string.

Output

EventRule

Logical ID of EventBridge rule resource AWS::Events::Rule created by this pattern.