Class: Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

<note markdown=“1”> This object is deprecated. Use the domain’s [off-peak window] to schedule Auto-Tune optimizations. For migration instructions, see [Migrating from Auto-Tune maintenance windows].

</note>

The Auto-Tune maintenance schedule. For more information, see [Auto-Tune for Amazon OpenSearch Service].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html [2]: docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html#off-peak-migrate [3]: docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression_for_recurrenceString

A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.

Returns:

  • (String)


702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 702

class AutoTuneMaintenanceSchedule < Struct.new(
  :start_at,
  :duration,
  :cron_expression_for_recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#durationTypes::Duration

The duration of the maintenance schedule. For example, ‘“Duration”: 2, “Unit”: “HOURS”`.

Returns:



702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 702

class AutoTuneMaintenanceSchedule < Struct.new(
  :start_at,
  :duration,
  :cron_expression_for_recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#start_atTime

The Epoch timestamp at which the Auto-Tune maintenance schedule starts.

Returns:

  • (Time)


702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 702

class AutoTuneMaintenanceSchedule < Struct.new(
  :start_at,
  :duration,
  :cron_expression_for_recurrence)
  SENSITIVE = []
  include Aws::Structure
end