Interface CfnFleet.VolumeConfigProperty

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

@Stability(Stable) public static interface CfnFleet.VolumeConfigProperty 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.appstream.*;
 VolumeConfigProperty volumeConfigProperty = VolumeConfigProperty.builder()
         .volumeSizeInGb(123)
         .build();
 

See Also: