maintenanceWindows

@JvmName(name = "ixfwvufmoaiivtuh")
suspend fun maintenanceWindows(value: Output<List<JobTemplateMaintenanceWindowArgs>>)
@JvmName(name = "sxoeqhekfwjntlci")
suspend fun maintenanceWindows(value: List<JobTemplateMaintenanceWindowArgs>?)

Parameters

value

An optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.


@JvmName(name = "wecdyybwkpbtdnfx")
suspend fun maintenanceWindows(vararg values: Output<JobTemplateMaintenanceWindowArgs>)


@JvmName(name = "ouoenhgwywhhdytx")
suspend fun maintenanceWindows(values: List<Output<JobTemplateMaintenanceWindowArgs>>)
@JvmName(name = "lecebkmaefnkermd")
suspend fun maintenanceWindows(vararg values: JobTemplateMaintenanceWindowArgs)

Parameters

values

An optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.


@JvmName(name = "dlawvcjysjkxvaak")
suspend fun maintenanceWindows(argument: List<suspend JobTemplateMaintenanceWindowArgsBuilder.() -> Unit>)
@JvmName(name = "xmxujnklcrmaymua")
suspend fun maintenanceWindows(vararg argument: suspend JobTemplateMaintenanceWindowArgsBuilder.() -> Unit)
@JvmName(name = "tyyniqxfxciyicbj")
suspend fun maintenanceWindows(argument: suspend JobTemplateMaintenanceWindowArgsBuilder.() -> Unit)

Parameters

argument

An optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.