ScheduledAction

Information about a scheduled configuration change for an OpenSearch Service domain. This actions can be a service software update or a blue/green Auto-Tune enhancement.

Types

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

Properties

Link copied to clipboard

Whether or not the scheduled action is cancellable.

Link copied to clipboard

A description of the action to be taken.

Link copied to clipboard
val id: String

The unique identifier of the scheduled action.

Link copied to clipboard

Whether the action is required or optional.

Link copied to clipboard

Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service automatically (SYSTEM).

Link copied to clipboard

The time when the change is scheduled to happen.

Link copied to clipboard

The severity of the action.

Link copied to clipboard

The current status of the scheduled action.

Link copied to clipboard

The type of action that will be taken on the domain.

Functions

Link copied to clipboard
inline fun copy(block: ScheduledAction.Builder.() -> Unit = {}): ScheduledAction
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