Interface CfnFleet.AcceleratorCountRangeProperty

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

@Stability(Stable) public static interface CfnFleet.AcceleratorCountRangeProperty extends software.amazon.jsii.JsiiSerializable
The range for the GPU fleet acceleration.

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.*;
 AcceleratorCountRangeProperty acceleratorCountRangeProperty = AcceleratorCountRangeProperty.builder()
         .min(123)
         // the properties below are optional
         .max(123)
         .build();
 

See Also: