Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainClusterConfigDetails

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)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#dedicated_master_enabledBoolean

Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.

Returns:

  • (Boolean)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#dedicated_master_typeString

The hardware configuration of the computer that hosts the dedicated master node.

If this attribute is specified, then ‘DedicatedMasterEnabled` must be `true`.

Returns:

  • (String)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

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

Returns:

  • (Integer)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type for your data nodes.

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)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#warm_countInteger

The number of UltraWarm instances.

Returns:

  • (Integer)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#warm_enabledBoolean

Whether UltraWarm is enabled.

Returns:

  • (Boolean)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#warm_typeString

The type of UltraWarm instance.

Returns:

  • (String)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#zone_awareness_configTypes::AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails

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



15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end

#zone_awareness_enabledBoolean

Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster’s nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.

Returns:

  • (Boolean)


15285
15286
15287
15288
15289
15290
15291
15292
15293
15294
15295
15296
15297
15298
# File 'lib/aws-sdk-securityhub/types.rb', line 15285

class AwsOpenSearchServiceDomainClusterConfigDetails < Struct.new(
  :instance_count,
  :warm_enabled,
  :warm_count,
  :dedicated_master_enabled,
  :zone_awareness_config,
  :dedicated_master_count,
  :instance_type,
  :warm_type,
  :zone_awareness_enabled,
  :dedicated_master_type)
  SENSITIVE = []
  include Aws::Structure
end