ScheduleProperties interface
The properties of the schedule.
Properties
| day |
UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek. |
| days |
Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly. |
| end |
The end date and time of the scheduled action (UTC). |
| frequency | Frequency of the schedule. |
| hour |
UTC time at which cost analysis data will be emailed. |
| start |
The start date and time of the scheduled action (UTC). |
| weeks |
Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek. |
Property Details
dayOfMonth
UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek.
dayOfMonth?: number
Property Value
number
daysOfWeek
Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly.
daysOfWeek?: string[]
Property Value
string[]
endDate
The end date and time of the scheduled action (UTC).
endDate: Date
Property Value
Date
frequency
Frequency of the schedule.
frequency: string
Property Value
string
hourOfDay
UTC time at which cost analysis data will be emailed.
hourOfDay?: number
Property Value
number
startDate
The start date and time of the scheduled action (UTC).
startDate: Date
Property Value
Date
weeksOfMonth
Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek.
weeksOfMonth?: string[]
Property Value
string[]