OffPeakWindowOptionsArgs

data class OffPeakWindowOptionsArgs(val enabled: Output<Boolean>? = null, val offPeakWindow: Output<OffPeakWindowArgs>? = null) : ConvertibleToJava<OffPeakWindowOptionsArgs>

Definition of OffPeakWindowOptions

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, offPeakWindow: Output<OffPeakWindowArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<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
val offPeakWindow: Output<OffPeakWindowArgs>? = null

Off-peak window settings for the domain.

Functions

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