Class: Aws::OpenSearchService::Types::OffPeakWindowOptions

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

Overview

Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether to enable an off-peak window.

This option is only available when modifying a domain created prior to February 16, 2023, not when creating a new domain. All domains created after this date have the off-peak window enabled by default. You can't disable the off-peak window after it's enabled for a domain.

Returns:

  • (Boolean)


4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4702

class OffPeakWindowOptions < Struct.new(
  :enabled,
  :off_peak_window)
  SENSITIVE = []
  include Aws::Structure
end

#off_peak_windowTypes::OffPeakWindow

Off-peak window settings for the domain.



4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4702

class OffPeakWindowOptions < Struct.new(
  :enabled,
  :off_peak_window)
  SENSITIVE = []
  include Aws::Structure
end