Schedule Capacity Provider Strategy Item Args
data class ScheduleCapacityProviderStrategyItemArgs(val base: Output<Double>? = null, val capacityProvider: Output<String>, val weight: Output<Double>? = null) : ConvertibleToJava<ScheduleCapacityProviderStrategyItemArgs>
The details of a capacity provider strategy.
Constructors
Link copied to clipboard
fun ScheduleCapacityProviderStrategyItemArgs(base: Output<Double>? = null, capacityProvider: Output<String>, weight: Output<Double>? = null)