OffPeakWindowArgs

data class OffPeakWindowArgs(val windowStartTime: Output<WindowStartTimeArgs>? = null) : ConvertibleToJava<OffPeakWindowArgs>

Definition of OffPeakWindow

Constructors

Link copied to clipboard
constructor(windowStartTime: Output<WindowStartTimeArgs>? = null)

Properties

Link copied to clipboard

A custom start time for the off-peak window, in Coordinated Universal Time (UTC). The window length will always be 10 hours, so you can't specify an end time. For example, if you specify 11:00 P.M. UTC as a start time, the end time will automatically be set to 9:00 A.M.

Functions

Link copied to clipboard
open override fun toJava(): OffPeakWindowArgs