Interface CfnFleetPropsMixin.VCpuCountRangeProperty

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

@Stability(Stable) public static interface CfnFleetPropsMixin.VCpuCountRangeProperty extends software.amazon.jsii.JsiiSerializable
The allowable range of vCPU processing power for the fleet.

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.deadline.mixins.*;
 VCpuCountRangeProperty vCpuCountRangeProperty = VCpuCountRangeProperty.builder()
         .max(123)
         .min(123)
         .build();
 

See Also: