AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.EBSOptions

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class EBSOptions

The EBSOptions type exposes the following members

Constructors

NameDescription
Public Method EBSOptions()

Properties

NameTypeDescription
Public Property EBSEnabled System.Boolean

Gets and sets the property EBSEnabled.

Specifies whether EBS-based storage is enabled.

Public Property Iops System.Int32

Gets and sets the property Iops.

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

Public Property Throughput System.Int32

Gets and sets the property Throughput.

Specifies the Throughput for GP3 EBS volume (SSD).

Public Property VolumeSize System.Int32

Gets and sets the property VolumeSize.

Integer to specify the size of an EBS volume.

Public Property VolumeType Amazon.Elasticsearch.VolumeType

Gets and sets the property VolumeType.

Specifies the volume type for EBS-based storage.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5