Month type

A month in which the scheduled action can run.
KnownMonth can be used interchangeably with Month, this enum contains the known values that the service supports.

Known values supported by the service

January: The scheduled action can run in January.
February: The scheduled action can run in February.
March: The scheduled action can run in March.
April: The scheduled action can run in April.
May: The scheduled action can run in May.
June: The scheduled action can run in June.
July: The scheduled action can run in July.
August: The scheduled action can run in August.
September: The scheduled action can run in September.
October: The scheduled action can run in October.
November: The scheduled action can run in November.
December: The scheduled action can run in December.
All: Every month.

type Month = string