Class: Aws::ElasticsearchService::Types::EBSOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see [ Configuring EBS-based Storage].

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_enabledBoolean

Specifies whether EBS-based storage is enabled.

Returns:

  • (Boolean)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2038

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).

Returns:

  • (Integer)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2038

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

Specifies the Throughput for GP3 EBS volume (SSD).

Returns:

  • (Integer)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2038

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_sizeInteger

Integer to specify the size of an EBS volume.

Returns:

  • (Integer)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2038

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

Specifies the volume type for EBS-based storage.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2038

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end