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

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

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)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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.

Returns:

  • (String)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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.

Returns:

  • (String)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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.



12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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)


12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12248

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