AutoscaleSettingProfileRuleArgs

data class AutoscaleSettingProfileRuleArgs(val metricTrigger: Output<AutoscaleSettingProfileRuleMetricTriggerArgs>, val scaleAction: Output<AutoscaleSettingProfileRuleScaleActionArgs>) : ConvertibleToJava<AutoscaleSettingProfileRuleArgs>

Constructors

Link copied to clipboard
constructor(metricTrigger: Output<AutoscaleSettingProfileRuleMetricTriggerArgs>, scaleAction: Output<AutoscaleSettingProfileRuleScaleActionArgs>)

Properties

Link copied to clipboard

A metric_trigger block as defined below.

Link copied to clipboard

A scale_action block as defined below.

Functions

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