GetScalingRulesRule

data class GetScalingRulesRule(val adjustmentType: String, val adjustmentValue: Int, val cooldown: Int, val id: String, val minAdjustmentMagnitude: Int, val name: String, val scalingGroupId: String, val scalingRuleAri: String, val type: String)

Constructors

Link copied to clipboard
fun GetScalingRulesRule(adjustmentType: String, adjustmentValue: Int, cooldown: Int, id: String, minAdjustmentMagnitude: Int, name: String, scalingGroupId: String, scalingRuleAri: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Adjustment type of the scaling rule.

Link copied to clipboard

Adjustment value of the scaling rule.

Link copied to clipboard

Cooldown time of the scaling rule.

Link copied to clipboard
val id: String

ID of the scaling rule.

Link copied to clipboard

Min adjustment magnitude of scaling rule.

Link copied to clipboard

Name of the scaling rule.

Link copied to clipboard

Scaling group id the scaling rules belong to.

Link copied to clipboard

Ari of scaling rule.

Link copied to clipboard

Type of scaling rule.