Class InstanceGroupEbsConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceGroupEbsConfigArgs : ResourceArgs
Constructors
View SourceInstanceGroupEbsConfigArgs()
Declaration
public InstanceGroupEbsConfigArgs()
Properties
View SourceIops
The number of I/O operations per second (IOPS) that the volume supports.
Declaration
public Input<int> Iops { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Size
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.
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The volume type. Valid options are 'gp2', 'io1' and 'standard'.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VolumesPerInstance
The number of EBS Volumes to attach per instance.
Declaration
public Input<int> VolumesPerInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |