Class EmrCreateCluster.EbsBlockDeviceConfigProperty
Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmrCreateCluster.EbsBlockDeviceConfigProperty : EmrCreateCluster.IEbsBlockDeviceConfigProperty
Syntax (vb)
Public Class EmrCreateCluster.EbsBlockDeviceConfigProperty Implements EmrCreateCluster.IEbsBlockDeviceConfigProperty
Remarks
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_EbsBlockDeviceConfig.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
using Amazon.CDK.AWS.StepFunctions.Tasks;
Size size;
var ebsBlockDeviceConfigProperty = new EbsBlockDeviceConfigProperty {
VolumeSpecification = new VolumeSpecificationProperty {
VolumeSize = size,
VolumeType = EmrCreateCluster.EbsBlockDeviceVolumeType.GP3,
// the properties below are optional
Iops = 123
},
// the properties below are optional
VolumesPerInstance = 123
};
Synopsis
Constructors
| EbsBlockDeviceConfigProperty() | Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance. |
Properties
| VolumeSpecification | EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. |
| VolumesPerInstance | Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group. |
Constructors
EbsBlockDeviceConfigProperty()
Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance.
public EbsBlockDeviceConfigProperty()
Remarks
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_EbsBlockDeviceConfig.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
using Amazon.CDK.AWS.StepFunctions.Tasks;
Size size;
var ebsBlockDeviceConfigProperty = new EbsBlockDeviceConfigProperty {
VolumeSpecification = new VolumeSpecificationProperty {
VolumeSize = size,
VolumeType = EmrCreateCluster.EbsBlockDeviceVolumeType.GP3,
// the properties below are optional
Iops = 123
},
// the properties below are optional
VolumesPerInstance = 123
};
Properties
VolumeSpecification
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
public EmrCreateCluster.IVolumeSpecificationProperty VolumeSpecification { get; set; }
Property Value
EmrCreateCluster.IVolumeSpecificationProperty
Remarks
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_EbsBlockDeviceConfig.html
ExampleMetadata: fixture=_generated
VolumesPerInstance
Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group.
public double? VolumesPerInstance { get; set; }
Property Value
Remarks
Default: EMR selected default