Domain Auto Tune Options Args
data class DomainAutoTuneOptionsArgs(val desiredState: Output<String>, val maintenanceSchedules: Output<List<DomainAutoTuneOptionsMaintenanceScheduleArgs>>? = null, val rollbackOnDisable: Output<String>? = null, val useOffPeakWindow: Output<Boolean>? = null) : ConvertibleToJava<DomainAutoTuneOptionsArgs>
Constructors
Link copied to clipboard
fun DomainAutoTuneOptionsArgs(desiredState: Output<String>, maintenanceSchedules: Output<List<DomainAutoTuneOptionsMaintenanceScheduleArgs>>? = null, rollbackOnDisable: Output<String>? = null, useOffPeakWindow: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below. NOTE: Maintenance windows are deprecated and have been replaced with off-peak windows. Consequently, maintenance_schedule configuration blocks cannot be specified when use_off_peak_window is set to true.