Class CfnFleetPropsMixin.Ec2EbsVolumeProperty
Specifies the EBS volume.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFleetPropsMixin.Ec2EbsVolumeProperty : CfnFleetPropsMixin.IEc2EbsVolumeProperty
Syntax (vb)
Public Class CfnFleetPropsMixin.Ec2EbsVolumeProperty Implements CfnFleetPropsMixin.IEc2EbsVolumeProperty
Remarks
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.CfnPropertyMixins.AWS.Deadline;
var ec2EbsVolumeProperty = new Ec2EbsVolumeProperty {
Iops = 123,
SizeGiB = 123,
ThroughputMiB = 123
};
Synopsis
Constructors
| Ec2EbsVolumeProperty() | Specifies the EBS volume. |
Properties
| Iops | The IOPS per volume. |
| SizeGiB | The EBS volume size in GiB. |
| ThroughputMiB | The throughput per volume in MiB. |
Constructors
Ec2EbsVolumeProperty()
Specifies the EBS volume.
public Ec2EbsVolumeProperty()
Remarks
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.CfnPropertyMixins.AWS.Deadline;
var ec2EbsVolumeProperty = new Ec2EbsVolumeProperty {
Iops = 123,
SizeGiB = 123,
ThroughputMiB = 123
};
Properties
Iops
The IOPS per volume.
public double? Iops { get; set; }
Property Value
Remarks
SizeGiB
The EBS volume size in GiB.
public double? SizeGiB { get; set; }
Property Value
Remarks
ThroughputMiB
The throughput per volume in MiB.
public double? ThroughputMiB { get; set; }