INPUT_OBJECT
MonthlySnapshotScheduleInput
Description
Monthly snapshot schedule.
link GraphQL Schema definition
- input MonthlySnapshotScheduleInput {
- # Basic monthly snapshot schedule.
- : BasicSnapshotScheduleInput
- # Day of the month.
- : DayOfMonth
- # List the days in a month on which you want a snapshot with monthly frequency to
- # be taken. Currently, you can specify only one day per month, but multiple
- # selections will be supported in the future.
- : [MonthlyDaySpecInput!]
- }