TaskSetScaleArgs

data class TaskSetScaleArgs(val unit: Output<TaskSetScaleUnit>? = null, val value: Output<Double>? = null) : ConvertibleToJava<TaskSetScaleArgs>

Constructors

Link copied to clipboard
constructor(unit: Output<TaskSetScaleUnit>? = null, value: Output<Double>? = null)

Properties

Link copied to clipboard
val unit: Output<TaskSetScaleUnit>? = null

The unit of measure for the scale value.

Link copied to clipboard
val value: Output<Double>? = null

The value, specified as a percent total of a service's desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.

Functions

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