http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-scheduler
/
org.http4k.connect.amazon.scheduler.model
/
CapacityProviderStrategyItem
Capacity
Provider
Strategy
Item
@
JsonSerializable
data
class
CapacityProviderStrategyItem
(
val
capacityProvider
:
String
,
val
base
:
Int
?
,
val
weight
:
Int
?
)
(
source
)
Members
Constructors
Capacity
Provider
Strategy
Item
Link copied to clipboard
constructor
(
capacityProvider
:
String
,
base
:
Int
?
,
weight
:
Int
?
)
Properties
base
Link copied to clipboard
val
base
:
Int
?
capacity
Provider
Link copied to clipboard
val
capacityProvider
:
String
weight
Link copied to clipboard
val
weight
:
Int
?