Show / Hide Table of Contents

Class InstanceGroupEbsConfig

Inheritance
System.Object
InstanceGroupEbsConfig
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceGroupEbsConfig

Fields

View Source

Iops

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

Declaration
public readonly int? Iops
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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 readonly int Size
Field Value
Type Description
System.Int32
View Source

Type

The volume type. Valid options are 'gp2', 'io1' and 'standard'.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VolumesPerInstance

The number of EBS Volumes to attach per instance.

Declaration
public readonly int? VolumesPerInstance
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.