AutoTuneOptionsOutputArgs

data class AutoTuneOptionsOutputArgs(val errorMessage: Output<String>? = null, val state: Output<AutoTuneStateEnumValueArgs>? = null, val useOffPeakWindow: Output<Boolean>? = null) : ConvertibleToJava<AutoTuneOptionsOutputArgs>

Definition of AutoTuneOptionsOutput

Constructors

Link copied to clipboard
constructor(errorMessage: Output<String>? = null, state: Output<AutoTuneStateEnumValueArgs>? = null, useOffPeakWindow: Output<Boolean>? = null)

Properties

Link copied to clipboard
val errorMessage: Output<String>? = null

Any errors that occurred while enabling or disabling Auto-Tune.

Link copied to clipboard
val state: Output<AutoTuneStateEnumValueArgs>? = null

The current state of Auto-Tune on the domain.

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

Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.

Functions

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