Interface CfnFleetPropsMixin.PersistentVolumeConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFleetPropsMixin.PersistentVolumeConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnFleetPropsMixin

@Stability(Stable) public static interface CfnFleetPropsMixin.PersistentVolumeConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
 PersistentVolumeConfigurationProperty persistentVolumeConfigurationProperty = PersistentVolumeConfigurationProperty.builder()
         .iops(123)
         .lastUsedTtlHours(123)
         .mountPath("mountPath")
         .sizeGiB(123)
         .throughputMiB(123)
         .build();
 

See Also: