Autoscaler Autoscaling Policy Scaling Schedule Args
data class AutoscalerAutoscalingPolicyScalingScheduleArgs(val description: Output<String>? = null, val disabled: Output<Boolean>? = null, val durationSec: Output<Int>, val minRequiredReplicas: Output<Int>, val name: Output<String>, val schedule: Output<String>, val timeZone: Output<String>? = null) : ConvertibleToJava<AutoscalerAutoscalingPolicyScalingScheduleArgs>