Skip to content

/AWS1/CL_OSRSCHDDAUTOTUNEDETS

Specifies details about a scheduled Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_date TYPE /AWS1/OSRAUTOTUNEDATE /AWS1/OSRAUTOTUNEDATE

The date and time when the Auto-Tune action is scheduled for the domain.

iv_actiontype TYPE /AWS1/OSRSCHDDAUTOTUNEACTTYPE /AWS1/OSRSCHDDAUTOTUNEACTTYPE

The type of Auto-Tune action.

iv_action TYPE /AWS1/OSRSCHEDULEDAUTOTUNEDESC /AWS1/OSRSCHEDULEDAUTOTUNEDESC

A description of the Auto-Tune action.

iv_severity TYPE /AWS1/OSRSCHDAUTOTUNESEVERIT00 /AWS1/OSRSCHDAUTOTUNESEVERIT00

The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and HIGH.


Queryable Attributes

Date

The date and time when the Auto-Tune action is scheduled for the domain.

Accessible with the following methods

Method Description
GET_DATE() Getter for DATE, with configurable default
ASK_DATE() Getter for DATE w/ exceptions if field has no value
HAS_DATE() Determine if DATE has a value

ActionType

The type of Auto-Tune action.

Accessible with the following methods

Method Description
GET_ACTIONTYPE() Getter for ACTIONTYPE, with configurable default
ASK_ACTIONTYPE() Getter for ACTIONTYPE w/ exceptions if field has no value
HAS_ACTIONTYPE() Determine if ACTIONTYPE has a value

Action

A description of the Auto-Tune action.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION, with configurable default
ASK_ACTION() Getter for ACTION w/ exceptions if field has no value
HAS_ACTION() Determine if ACTION has a value

Severity

The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and HIGH.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value