Interface CfnSpotFleetPropsMixin.TotalLocalStorageGBRequestProperty

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

@Stability(Stable) public static interface CfnSpotFleetPropsMixin.TotalLocalStorageGBRequestProperty extends software.amazon.jsii.JsiiSerializable
The minimum and maximum amount of total local storage, in GB.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.mixins.*;
 TotalLocalStorageGBRequestProperty totalLocalStorageGBRequestProperty = TotalLocalStorageGBRequestProperty.builder()
         .max(123)
         .min(123)
         .build();
 

See Also: