Interface CfnFleetPropsMixin.FleetAttributeCapabilityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetPropsMixin.FleetAttributeCapabilityProperty.Jsii$Proxy
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static interface CfnFleetPropsMixin.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.cfnpropertymixins.services.deadline.*;
FleetAttributeCapabilityProperty fleetAttributeCapabilityProperty = FleetAttributeCapabilityProperty.builder()
.name("name")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleetPropsMixin.FleetAttributeCapabilityPropertystatic final classAn implementation forCfnFleetPropsMixin.FleetAttributeCapabilityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the fleet attribute capability for the worker.- See Also:
-
getValues
The number of fleet attribute capabilities.- See Also:
-
builder
-