Class: Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
details about the configuration of an OpenSearch cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dedicated_master_count ⇒ Integer
The number of instances to use for the master node.
-
#dedicated_master_enabled ⇒ Boolean
Whether to use a dedicated master node for the Elasticsearch domain.
-
#dedicated_master_type ⇒ String
The hardware configuration of the computer that hosts the dedicated master node.
-
#instance_count ⇒ Integer
The number of data nodes to use in the Elasticsearch domain.
-
#instance_type ⇒ String
The instance type for your data nodes.
-
#zone_awareness_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
Configuration options for zone awareness.
-
#zone_awareness_enabled ⇒ Boolean
Whether to enable zone awareness for the Elasticsearch domain.
Instance Attribute Details
#dedicated_master_count ⇒ Integer
The number of instances to use for the master node. If this attribute is specified, then ‘DedicatedMasterEnabled` must be `true`.
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#dedicated_master_enabled ⇒ Boolean
Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn’t hold data or respond to data upload requests.
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#dedicated_master_type ⇒ String
The hardware configuration of the computer that hosts the dedicated master node. A sample value is ‘m3.medium.elasticsearch`. If this attribute is specified, then `DedicatedMasterEnabled` must be `true`.
For a list of valid values, see [Supported instance types in Amazon OpenSearch Service] in the *Amazon OpenSearch Service Developer Guide*.
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The number of data nodes to use in the Elasticsearch domain.
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for your data nodes. For example, ‘m3.medium.elasticsearch`.
For a list of valid values, see [Supported instance types in Amazon OpenSearch Service] in the *Amazon OpenSearch Service Developer Guide*.
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#zone_awareness_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
Configuration options for zone awareness. Provided if ‘ZoneAwarenessEnabled` is `true`.
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |
#zone_awareness_enabled ⇒ Boolean
Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, OpenSearch allocates the cluster’s nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12251 class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new( :dedicated_master_count, :dedicated_master_enabled, :dedicated_master_type, :instance_count, :instance_type, :zone_awareness_config, :zone_awareness_enabled) SENSITIVE = [] include Aws::Structure end |