Interface CfnFleet.PersistentVolumeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.PersistentVolumeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.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.services.deadline.*;
PersistentVolumeConfigurationProperty persistentVolumeConfigurationProperty = PersistentVolumeConfigurationProperty.builder()
.mountPath("mountPath")
// the properties below are optional
.iops(123)
.lastUsedTtlHours(123)
.sizeGiB(123)
.throughputMiB(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.PersistentVolumeConfigurationPropertystatic final classAn implementation forCfnFleet.PersistentVolumeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMountPath
- See Also:
-
getIops
Default: - 3000- See Also:
-
getLastUsedTtlHours
Default: - 168- See Also:
-
getSizeGiB
Default: - 250- See Also:
-
getThroughputMiB
Default: - 125- See Also:
-
builder
-