| 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 CloudWatch Events 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 |
|---|---|
RuleProps.Builder |
RuleProps.Builder.schedule(Schedule schedule)
Sets the value of
RuleProps.getSchedule() |
Rule.Builder |
Rule.Builder.schedule(Schedule schedule)
The schedule or rate (frequency) that determines when CloudWatch Events runs the rule.
|
Copyright © 2020. All rights reserved.