AutoTuneOptions

Auto-Tune settings when updating a domain. For more information, see Auto-Tune for Amazon OpenSearch Service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Auto-Tune is enabled or disabled.

Link copied to clipboard
Link copied to clipboard

When disabling Auto-Tune, specify NO_ROLLBACK to retain all prior Auto-Tune settings or DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. If you specify DEFAULT_ROLLBACK, you must include a MaintenanceSchedule in the request. Otherwise, OpenSearch Service is unable to perform the rollback.

Link copied to clipboard

Whether to use the domain's off-peak window to deploy configuration changes on the domain rather than a maintenance schedule.

Functions

Link copied to clipboard
inline fun copy(block: AutoTuneOptions.Builder.() -> Unit = {}): AutoTuneOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String