Class: Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Defined in:
- gems/aws-sdk-securityhub/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
.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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
.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11900 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 |