InstanceMaintenanceWindow

data class InstanceMaintenanceWindow(val dayOfWeek: String, val startTime: InstanceMaintenanceWindowStartTime)

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, startTime: InstanceMaintenanceWindowStartTime)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Day of the week for this MaintenanceWindow (in UTC).

Link copied to clipboard

Required. Start time of the window in UTC time. Structure is documented below.