maintenanceWindows

@JvmName(name = "gstgjkhmosedacpt")
suspend fun maintenanceWindows(value: Output<List<JobTemplateMaintenanceWindowArgs>>)
@JvmName(name = "xfcxmswunwnkiyei")
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 = "fpxnwvpxiijhifmw")
suspend fun maintenanceWindows(vararg values: Output<JobTemplateMaintenanceWindowArgs>)


@JvmName(name = "txncrvljpkiacnun")
suspend fun maintenanceWindows(values: List<Output<JobTemplateMaintenanceWindowArgs>>)
@JvmName(name = "mpvbjqnpiovigrbk")
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 = "qsxvrmtnpshitwcp")
suspend fun maintenanceWindows(argument: List<suspend JobTemplateMaintenanceWindowArgsBuilder.() -> Unit>)
@JvmName(name = "nxcygxjuxtmcguvk")
suspend fun maintenanceWindows(vararg argument: suspend JobTemplateMaintenanceWindowArgsBuilder.() -> Unit)
@JvmName(name = "nxynrscotwtcvjgv")
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.