GetEnvironmentConfigMaintenanceWindow

data class GetEnvironmentConfigMaintenanceWindow(val endTime: String, val recurrence: String, val startTime: String)

Constructors

Link copied to clipboard
constructor(endTime: String, recurrence: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maintenance window end time. It is used only to calculate the duration of the maintenance window. The value for end-time must be in the future, relative to 'start_time'.

Link copied to clipboard

Maintenance window recurrence. Format is a subset of RFC-5545 (https://tools.ietf.org/html/rfc5545) 'RRULE'. The only allowed values for 'FREQ' field are 'FREQ=DAILY' and 'FREQ=WEEKLY;BYDAY=...'. Example values: 'FREQ=WEEKLY;BYDAY=TU,WE', 'FREQ=DAILY'.

Link copied to clipboard

Start time of the first recurrence of the maintenance window.