Interface CfnFleetPropsMixin.FleetAmountCapabilityProperty

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

@Stability(Stable) public static interface CfnFleetPropsMixin.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.cfnpropertymixins.services.deadline.*;
 FleetAmountCapabilityProperty fleetAmountCapabilityProperty = FleetAmountCapabilityProperty.builder()
         .max(123)
         .min(123)
         .name("name")
         .build();
 

See Also: