Interface CfnSchedulePropsMixin.CapacityProviderStrategyItemProperty

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

@Stability(Stable) public static interface CfnSchedulePropsMixin.CapacityProviderStrategyItemProperty extends software.amazon.jsii.JsiiSerializable
The details of a capacity provider strategy.

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.scheduler.*;
 CapacityProviderStrategyItemProperty capacityProviderStrategyItemProperty = CapacityProviderStrategyItemProperty.builder()
         .base(123)
         .capacityProvider("capacityProvider")
         .weight(123)
         .build();
 

See Also: