@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.280Z") @Stability(value=Stable) public interface CronOptions extends software.amazon.jsii.JsiiSerializable
All fields are strings so you can use complex expresions. Absence of a field implies '*' or '?', whichever one is appropriate.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions| Modifier and Type | Interface and Description |
|---|---|
static class |
CronOptions.Builder
A builder for
CronOptions |
static class |
CronOptions.Jsii$Proxy
An implementation for
CronOptions |
| Modifier and Type | Method and Description |
|---|---|
static CronOptions.Builder |
builder() |
default String |
getDay()
The day of the month to run this rule at.
|
default String |
getHour()
The hour to run this rule at.
|
default String |
getMinute()
The minute to run this rule at.
|
default String |
getMonth()
The month to run this rule at.
|
default String |
getWeekDay()
The day of the week to run this rule at.
|
default String |
getYear()
The year to run this rule at.
|
@Stability(value=Stable) @Nullable default String getDay()
Default: - Every day of the month
@Stability(value=Stable) @Nullable default String getHour()
Default: - Every hour
@Stability(value=Stable) @Nullable default String getMinute()
Default: - Every minute
@Stability(value=Stable) @Nullable default String getMonth()
Default: - Every month
@Stability(value=Stable) @Nullable default String getWeekDay()
Default: - Any day of the week
@Stability(value=Stable) @Nullable default String getYear()
Default: - Every year
@Stability(value=Stable) static CronOptions.Builder builder()
CronOptions.Builder of CronOptionsCopyright © 2020. All rights reserved.