TaskSetScaleArgs

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

Constructors

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

Properties

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

The unit of measure for the scale value. Default: PERCENT.

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. Defaults to 0 if not specified. Accepted values are numbers between 0.0 and 100.0.

Functions

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