SnapshotSchedule

SnapshotSchedule

NameDescriptionSchemaDefault
frequency
required
Frequency of the snapshot
Example : WEEKLY
Pattern : ^(WEEKLY|DAILY)$
string
day_of_week
optional
Day of week of the snapshot schedule
Example : MON
Pattern : ^(SUN|MON|TUE|WED|THU|FRI|SAT)$
any of [string, null]
hour
required
Hour of the snapshot schedule
Example : 23
Pattern : ^([0-9]|1[0-9]|2[0-3])$
string