DomainAutoTuneOptionsArgs

data class DomainAutoTuneOptionsArgs(val desiredState: Output<String>, val maintenanceSchedules: Output<List<DomainAutoTuneOptionsMaintenanceScheduleArgs>>? = null, val rollbackOnDisable: Output<String>? = null) : ConvertibleToJava<DomainAutoTuneOptionsArgs>

Constructors

Link copied to clipboard
constructor(desiredState: Output<String>, maintenanceSchedules: Output<List<DomainAutoTuneOptionsMaintenanceScheduleArgs>>? = null, rollbackOnDisable: Output<String>? = null)

Properties

Link copied to clipboard
val desiredState: Output<String>

The 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.

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

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

Functions

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