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

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

Overview

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.

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

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)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 517

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": \{"Value": 2, "Unit": "HOURS"\}.

Returns:



517
518
519
520
521
522
523
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 517

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)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 517

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