HPAScalingPolicyArgs

data class HPAScalingPolicyArgs(val periodSeconds: Output<Int>, val type: Output<String>, val value: Output<Int>) : ConvertibleToJava<HPAScalingPolicyArgs>

HPAScalingPolicy is a single policy which must hold true for a specified past interval.

Constructors

Link copied to clipboard
constructor(periodSeconds: Output<Int>, type: Output<String>, value: Output<Int>)

Properties

Link copied to clipboard
val periodSeconds: Output<Int>

PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).

Link copied to clipboard
val type: Output<String>

Type is used to specify the scaling policy.

Link copied to clipboard
val value: Output<Int>

Value contains the amount of change which is permitted by the policy. It must be greater than zero

Functions

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