| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.cron(CronOptions options)
(experimental) Create a schedule from a set of cron fields.
|
static Schedule |
Schedule.expression(String expression)
(experimental) Construct a schedule from a literal schedule expression.
|
default Schedule |
CanaryProps.getSchedule()
(experimental) Specify the schedule for how often the canary runs.
|
Schedule |
CanaryProps.Jsii$Proxy.getSchedule() |
static Schedule |
Schedule.once()
(experimental) The canary will be executed once.
|
static Schedule |
Schedule.rate(Duration interval)
(experimental) Construct a schedule from an interval.
|
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.schedule(Schedule schedule)
Sets the value of
CanaryProps.getSchedule() |
Canary.Builder |
Canary.Builder.schedule(Schedule schedule)
(experimental) Specify the schedule for how often the canary runs.
|
Copyright © 2022. All rights reserved.