Class: Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule
- 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
-
#cron_expression_for_recurrence ⇒ String
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
-
#duration ⇒ Types::Duration
The duration of the maintenance schedule.
-
#start_at ⇒ Time
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
Instance Attribute Details
#cron_expression_for_recurrence ⇒ String
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
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 |
#duration ⇒ Types::Duration
The duration of the maintenance schedule. For example, ‘“Duration”: 2, “Unit”: “HOURS”`.
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_at ⇒ Time
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
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 |