OffPeakWindowOptionsResponse

data class OffPeakWindowOptionsResponse(val enabled: Boolean? = null, val offPeakWindow: OffPeakWindowResponse? = null)

Definition of OffPeakWindowOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, offPeakWindow: OffPeakWindowResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable an off-peak window.

This option is only available when modifying a domain created prior to February 16, 2023, not when creating a new domain. All domains created after this date have the off-peak window enabled by default. You can't disable the off-peak window after it's enabled for a domain.

Link copied to clipboard

Off-peak window settings for the domain.