Interface CfnLaunchProfile.VolumeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchProfile
@Stability(Stable)
public static interface CfnLaunchProfile.VolumeConfigurationProperty
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.nimblestudio.*;
VolumeConfigurationProperty volumeConfigurationProperty = VolumeConfigurationProperty.builder()
.iops(123)
.size(123)
.throughput(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchProfile.VolumeConfigurationPropertystatic final classAn implementation forCfnLaunchProfile.VolumeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIops
- See Also:
-
getSize
- See Also:
-
getThroughput
- See Also:
-
builder
-