Autoscale Setting Profile Fixed Date Args
data class AutoscaleSettingProfileFixedDateArgs(val end: Output<String>, val start: Output<String>, val timezone: Output<String>? = null) : ConvertibleToJava<AutoscaleSettingProfileFixedDateArgs>
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
.