Interface CfnFleet.Ec2EbsVolumeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.Ec2EbsVolumeProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.Ec2EbsVolumeProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the EBS volume.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.deadline.*;
Ec2EbsVolumeProperty ec2EbsVolumeProperty = Ec2EbsVolumeProperty.builder()
.iops(123)
.sizeGiB(123)
.throughputMiB(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.Ec2EbsVolumePropertystatic final classAn implementation forCfnFleet.Ec2EbsVolumeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIops
The IOPS per volume.Default: - 3000
- See Also:
-
getSizeGiB
The EBS volume size in GiB.Default: - 250
- See Also:
-
getThroughputMiB
The throughput per volume in MiB.Default: - 125
- See Also:
-
builder
-