WorkgroupPricePerformanceTargetArgs

data class WorkgroupPricePerformanceTargetArgs(val enabled: Output<Boolean>, val level: Output<Int>? = null) : ConvertibleToJava<WorkgroupPricePerformanceTargetArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, level: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable price-performance scaling.

Link copied to clipboard
val level: Output<Int>? = null

The price-performance scaling level. Valid values are 1 (LOW_COST), 25 (ECONOMICAL), 50 (BALANCED), 75 (RESOURCEFUL), and 100 (HIGH_PERFORMANCE).

Functions

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