Properties
name
string — required
Unique identifier for this maintenance window. Used to reference the window from environments and services.
timeZone
string — required
IANA timezone identifier for interpreting all time values in this window. All intervals use this timezone.
Common values: America/New_York, America/Los_Angeles, Europe/London, Asia/Tokyo, UTC
intervals
array — required
List of recurring time intervals when deployments and updates are allowed. Each interval is a string in the format "Day HH:MM - Day HH:MM". Multiple intervals can be defined for different days or times.
Format: "Day HH:MM - Day HH:MM"
- Days:
Mon,Tue,Wed,Thu,Fri,Sat,Sun(case insensitive, 3 letters) - Time: 24-hour format
HH:MM - Spaces: Flexible and optional
Associating with Environments
To apply a maintenance window to an environment, set themaintenanceWindow property in your environment configuration. All automated deployments and updates for that environment will only occur during the specified intervals.
maintenanceWindow property documentation for your environment type:
Associating with Services
To apply a maintenance window to a service, set themaintenanceWindow property in your service configuration. Automated deployments of that service will only occur during the specified intervals.
maintenanceWindow property documentation for your service type: