class Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule

Specifies the Auto-Tune maintenance schedule. See [ Auto-Tune for Amazon OpenSearch Service ][1] for more information.

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html

@note When making an API call, you may pass AutoTuneMaintenanceSchedule

data as a hash:

    {
      start_at: Time.now,
      duration: {
        value: 1,
        unit: "HOURS", # accepts HOURS
      },
      cron_expression_for_recurrence: "String",
    }

@!attribute [rw] start_at

The timestamp at which the Auto-Tune maintenance schedule starts.
@return [Time]

@!attribute [rw] duration

Specifies maintenance schedule duration: duration value and duration
unit. See [ Auto-Tune for Amazon OpenSearch Service ][1] for more
information.

[1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
@return [Types::Duration]

@!attribute [rw] cron_expression_for_recurrence

A cron expression for a recurring maintenance schedule. See [
Auto-Tune for Amazon OpenSearch Service ][1] for more information.

[1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AutoTuneMaintenanceSchedule AWS API Documentation

Constants

SENSITIVE