Class: Aws::Types::ElasticsearchClusterConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cold_storage_optionsTypes::ColdStorageOptions

Returns the value of attribute cold_storage_options.

Returns:



641
642
643
# File 'sig/types.rbs', line 641

def cold_storage_options
  @cold_storage_options
end

#dedicated_master_count::Integer

Returns the value of attribute dedicated_master_count.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def dedicated_master_count
  @dedicated_master_count
end

#dedicated_master_enabledBoolean

Returns the value of attribute dedicated_master_enabled.

Returns:



633
634
635
# File 'sig/types.rbs', line 633

def dedicated_master_enabled
  @dedicated_master_enabled
end

#dedicated_master_type"m3.medium.elasticsearch", ...

Returns the value of attribute dedicated_master_type.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def dedicated_master_type
  @dedicated_master_type
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def instance_count
  @instance_count
end

#instance_type"m3.medium.elasticsearch", ...

Returns the value of attribute instance_type.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def instance_type
  @instance_type
end

#warm_count::Integer

Returns the value of attribute warm_count.

Returns:



640
641
642
# File 'sig/types.rbs', line 640

def warm_count
  @warm_count
end

#warm_enabledBoolean

Returns the value of attribute warm_enabled.

Returns:



638
639
640
# File 'sig/types.rbs', line 638

def warm_enabled
  @warm_enabled
end

#warm_type"ultrawarm1.medium.elasticsearch", "ultrawarm1.large.elasticsearch"

Returns the value of attribute warm_type.

Returns:



639
640
641
# File 'sig/types.rbs', line 639

def warm_type
  @warm_type
end

#zone_awareness_configTypes::ZoneAwarenessConfig

Returns the value of attribute zone_awareness_config.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def zone_awareness_config
  @zone_awareness_config
end

#zone_awareness_enabledBoolean

Returns the value of attribute zone_awareness_enabled.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def zone_awareness_enabled
  @zone_awareness_enabled
end