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: