Class: Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dedicated_master_countInteger

The number of instances to use for the master node. If this attribute is specified, then ‘DedicatedMasterEnabled` must be `true`.

Returns:

  • (Integer)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_enabledBoolean

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.

Returns:

  • (Boolean)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_typeString

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

Returns:

  • (String)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_countInteger

The number of data nodes to use in the Elasticsearch domain.

Returns:

  • (Integer)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_typeString

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

Returns:

  • (String)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_configTypes::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails

Configuration options for zone awareness. Provided if ‘ZoneAwarenessEnabled` is `true`.



12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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_enabledBoolean

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.

Returns:

  • (Boolean)


12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
# File 'lib/aws-sdk-securityhub/types.rb', line 12258

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