ServiceCapacityProviderStrategyItemArgs

data class ServiceCapacityProviderStrategyItemArgs(val base: Output<Int>? = null, val capacityProvider: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ServiceCapacityProviderStrategyItemArgs>

Constructors

Link copied to clipboard
fun ServiceCapacityProviderStrategyItemArgs(base: Output<Int>? = null, capacityProvider: Output<String>? = null, weight: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceCapacityProviderStrategyItemArgs

Properties

Link copied to clipboard
val base: Output<Int>? = null
Link copied to clipboard
val capacityProvider: Output<String>? = null
Link copied to clipboard
val weight: Output<Int>? = null