Application Scaling Rule Scaling Rule Timer Schedule Args
data class ApplicationScalingRuleScalingRuleTimerScheduleArgs(val atTime: Output<String>? = null, val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null, val targetReplicas: Output<Int>? = null) : ConvertibleToJava<ApplicationScalingRuleScalingRuleTimerScheduleArgs>
Constructors
Link copied to clipboard
fun ApplicationScalingRuleScalingRuleTimerScheduleArgs(atTime: Output<String>? = null, maxReplicas: Output<Int>? = null, minReplicas: Output<Int>? = null, targetReplicas: Output<Int>? = null)