INPUT_OBJECT

MonthlySnapshotScheduleInput

Description

Monthly snapshot schedule.

link GraphQL Schema definition

  • input MonthlySnapshotScheduleInput {
  • # Basic monthly snapshot schedule.
  • basicSchedule: BasicSnapshotScheduleInput
  • # Day of the month.
  • dayOfMonth: 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.
  • daysOfMonth: [MonthlyDaySpecInput!]
  • }