Defines the recurrence pattern for the schedule. Specifies when deployments should be automatically triggered based on maintenance windows.

Hierarchy

  • FleetScheduleRecurrenceRule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
daysOfWeek: string[]

List of days of the week when the schedule should trigger. Valid values are: "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun".

maintenanceWindowDuration: number

Duration of the maintenance window in minutes.

startMaintenanceWindow: string

Start time of the maintenance window in 24-hour clock format (HH:MM). Deployments will be triggered at this time on the specified days.

timezone: string

Timezone for the schedule in IANA Time Zone Database format (e.g., "America/New_York", "UTC").

Generated using TypeDoc