You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::AdvancedOptionsStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.

For more information, see Configuring Advanced Options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#optionsHash<String,String>

Specifies the status of advanced options for the specified Elasticsearch domain.

Returns:

  • (Hash<String,String>)

    Specifies the status of advanced options for the specified Elasticsearch domain.

#statusTypes::OptionStatus

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

Returns:

  • (Types::OptionStatus)

    Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.