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.

EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.VolumeSpecification

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

Syntax

C#
public class VolumeSpecification

The VolumeSpecification type exposes the following members

Constructors

NameDescription
Public Method VolumeSpecification()

Properties

NameTypeDescription
Public Property Iops System.Int32

Gets and sets the property Iops.

The number of I/O operations per second (IOPS) that the volume supports.

Public Property SizeInGB System.Int32

Gets and sets the property SizeInGB.

The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.

Public Property Throughput System.Int32

Gets and sets the property Throughput.

The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.

Public Property VolumeType System.String

Gets and sets the property VolumeType.

The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard.

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