@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:23.741Z") @Stability(value=Experimental) 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=Experimental) String getDay()
@Stability(value=Experimental) String getHour()
@Stability(value=Experimental) String getMinute()
@Stability(value=Experimental) String getMonth()
@Stability(value=Experimental) String getWeekDay()
@Stability(value=Experimental) String getYear()
@Stability(value=Experimental) static CronOptions.Builder builder()
CronOptions.Builder of CronOptionsCopyright © 2019. All rights reserved.