Host Pool Scheduled Agent Updates Args
data class HostPoolScheduledAgentUpdatesArgs(val enabled: Output<Boolean>? = null, val schedules: Output<List<HostPoolScheduledAgentUpdatesScheduleArgs>>? = null, val timezone: Output<String>? = null, val useSessionHostTimezone: Output<Boolean>? = null) : ConvertibleToJava<HostPoolScheduledAgentUpdatesArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, schedules: Output<List<HostPoolScheduledAgentUpdatesScheduleArgs>>? = null, timezone: Output<String>? = null, useSessionHostTimezone: Output<Boolean>? = null)
Properties
Link copied to clipboard
A schedule
block as defined below. A maximum of two blocks can be added.
Link copied to clipboard
Specifies the time zone in which the agent update schedule will apply, the possible values are defined here. If use_session_host_timezone
is enabled then it will override this setting. Default is UTC
Link copied to clipboard
Specifies whether scheduled agent updates should be applied based on the timezone of the affected session host. If configured then this setting overrides timezone
. Default is false
.