ScaleRuleArgs

data class ScaleRuleArgs(val metricTrigger: Output<MetricTriggerArgs>, val scaleAction: Output<ScaleActionArgs>) : ConvertibleToJava<ScaleRuleArgs>

A rule that provide the triggers and parameters for the scaling action.

Constructors

Link copied to clipboard
constructor(metricTrigger: Output<MetricTriggerArgs>, scaleAction: Output<ScaleActionArgs>)

Properties

Link copied to clipboard

the trigger that results in a scaling action.

Link copied to clipboard

the parameters for the scaling action.

Functions

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