Class: Aws::ElasticsearchService::Types::AdvancedOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AdvancedOptionsStatus
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
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 istrue
. 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Hash<String,String>
Specifies the status of advanced options for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of
OptionStatus
for advanced options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Hash<String,String>
Specifies the status of advanced options for the specified Elasticsearch domain.
138 139 140 141 142 143 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 138 class AdvancedOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of OptionStatus
for advanced options for the
specified Elasticsearch domain.
138 139 140 141 142 143 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 138 class AdvancedOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |