Interface CfnFleet.FleetAttributeCapabilityProperty

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

@Stability(Stable) public static interface CfnFleet.FleetAttributeCapabilityProperty extends software.amazon.jsii.JsiiSerializable
Defines the fleet's capability name, minimum, and maximum.

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.*;
 FleetAttributeCapabilityProperty fleetAttributeCapabilityProperty = FleetAttributeCapabilityProperty.builder()
         .name("name")
         .values(List.of("values"))
         .build();
 

See Also: