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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleetPropsMixin.PersistentVolumeConfigurationPropertystatic final classAn implementation forCfnFleetPropsMixin.PersistentVolumeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIops
Default: - 3000- See Also:
-
getLastUsedTtlHours
Default: - 168- See Also:
-
getMountPath
- See Also:
-
getSizeGiB
Default: - 250- See Also:
-
getThroughputMiB
Default: - 125- See Also:
-
builder
@Stability(Stable) static CfnFleetPropsMixin.PersistentVolumeConfigurationProperty.Builder builder()
-