DomainAutoTuneOptions

data class DomainAutoTuneOptions(val desiredState: String, val maintenanceSchedules: List<DomainAutoTuneOptionsMaintenanceSchedule>? = null, val rollbackOnDisable: String? = null, val useOffPeakWindow: Boolean? = null)

Constructors

Link copied to clipboard
constructor(desiredState: String, maintenanceSchedules: List<DomainAutoTuneOptionsMaintenanceSchedule>? = null, rollbackOnDisable: String? = null, useOffPeakWindow: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-Tune desired state for the domain. Valid values: ENABLED or DISABLED.

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.

Link copied to clipboard

Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: DEFAULT_ROLLBACK or NO_ROLLBACK.

Link copied to clipboard

Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window. Defaults to false.