Interface CfnFleet.FleetAmountCapabilityProperty

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

@Stability(Stable) public static interface CfnFleet.FleetAmountCapabilityProperty extends software.amazon.jsii.JsiiSerializable
The fleet amount and attribute capabilities.

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

See Also: