Show / Hide Table of Contents

Class ClusterCoreInstanceGroupEbsConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterCoreInstanceGroupEbsConfigArgs
Inherited Members
ResourceArgs.Empty
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 ClusterCoreInstanceGroupEbsConfigArgs : ResourceArgs

Constructors

View Source

ClusterCoreInstanceGroupEbsConfigArgs()

Declaration
public ClusterCoreInstanceGroupEbsConfigArgs()

Properties

View Source

Iops

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>
View Source

Size

The volume size, in gibibytes (GiB).

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

The volume type. Valid options are gp2, io1, standard and st1. See EBS Volume Types.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VolumesPerInstance

The number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1)

Declaration
public Input<int> VolumesPerInstance { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.