Interface CfnFleet.ComputeCapacityProperty

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

@Stability(Stable) public static interface CfnFleet.ComputeCapacityProperty extends software.amazon.jsii.JsiiSerializable
The desired capacity for a 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.services.appstream.*;
 ComputeCapacityProperty computeCapacityProperty = ComputeCapacityProperty.builder()
         .desiredInstances(123)
         .build();