Parameters for a monthly schedule.
Day of the month to execute.
Type: string
string
Valid Values:
same-day-as-start
indicate-day-and-week
last-day
Required: Yes
Array of months of the year.
Type: Array of string
Possible Values:
january
february
march
april
may
june
july
august
september
october
november
december
Indicates the week and day to execute.
Type: WeekAndDayarrow-up-right object.
Required: Conditional
Last updated 7 years ago
{ "dayOfMonth": "indicate-day-and-week", "months": [ "january", "july" ], "weekAndDay": { "day": "sunday", "week": "first" } }