Autoscale Setting Profile Fixed Date Args
data class AutoscaleSettingProfileFixedDateArgs(val end: Output<String>, val start: Output<String>, val timezone: Output<String>? = null) : ConvertibleToJava<AutoscaleSettingProfileFixedDateArgs>
Constructors
Link copied to clipboard
fun AutoscaleSettingProfileFixedDateArgs(end: Output<String>, start: Output<String>, timezone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The Time Zone of the start
and end
times. A list of possible values can be found here. Defaults to UTC
.