DomainOffPeakWindowOptionsArgs

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

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether off-peak window settings are enabled for the domain.

Link copied to clipboard

Off-peak window settings for the domain.

Functions

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