WorkgroupPerformanceTargetArgs

data class WorkgroupPerformanceTargetArgs(val level: Output<Int>? = null, val status: Output<WorkgroupPerformanceTargetStatus>? = null) : ConvertibleToJava<WorkgroupPerformanceTargetArgs>

Constructors

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

Properties

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

The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.

Link copied to clipboard

Whether the price performance target is enabled for the workgroup.

Functions

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