@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-03T12:10:50.988Z") @Stability(value=Stable) public interface CronOptions extends software.amazon.jsii.JsiiSerializable
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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CronOptions.Builder |
builder() |
String |
getDay()
The day of the month to run this rule at.
|
String |
getHour()
The hour to run this rule at.
|
String |
getMinute()
The minute to run this rule at.
|
String |
getMonth()
The month to run this rule at.
|
String |
getWeekDay()
The day of the week to run this rule at.
|
String |
getYear()
The year to run this rule at.
|
@Stability(value=Stable) String getDay()
@Stability(value=Stable) String getHour()
@Stability(value=Stable) String getMinute()
@Stability(value=Stable) String getMonth()
@Stability(value=Stable) String getWeekDay()
@Stability(value=Stable) String getYear()
@Stability(value=Stable) static CronOptions.Builder builder()
CronOptions.Builder of CronOptionsCopyright © 2019. All rights reserved.