| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.cron(CronOptions options)
Create a schedule from a set of cron fields.
|
static Schedule |
Schedule.expression(String expression)
Construct a schedule from a literal schedule expression.
|
default Schedule |
RuleProps.getSchedule()
The schedule or rate (frequency) that determines when EventBridge runs the rule.
|
Schedule |
RuleProps.Jsii$Proxy.getSchedule() |
static Schedule |
Schedule.rate(Duration duration)
Construct a schedule from an interval and a time unit.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.schedule(Schedule schedule)
The schedule or rate (frequency) that determines when EventBridge runs the rule.
|
RuleProps.Builder |
RuleProps.Builder.schedule(Schedule schedule)
Sets the value of
RuleProps.getSchedule() |
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Boolean enabled,
IEventBus eventBus,
EventPattern eventPattern,
String ruleName,
Schedule schedule,
List<? extends IRuleTarget> targets)
Constructor that initializes the object based on literal property values passed by the
RuleProps.Builder. |
Copyright © 2021. All rights reserved.