SnapshotSchedule

SnapshotSchedule

NameDescriptionSchemaDefault
frequency
required
스냅샷 주기
Example : WEEKLY
Pattern : ^(WEEKLY|DAILY)$
string
day_of_week
optional
스냅샷 스케줄 설정 요일
Example : MON
Pattern : ^(SUN|MON|TUE|WED|THU|FRI|SAT)$
any of [string, null]
hour
required
스냅샷 스케줄 시간
Example : 23
Pattern : ^([0-9]|1[0-9]|2[0-3])$
string