JobTemplateMaintenanceWindowArgs

data class JobTemplateMaintenanceWindowArgs(val durationInMinutes: Output<Int>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<JobTemplateMaintenanceWindowArgs>

Specifies a start time and duration for a scheduled Job.

Constructors

Link copied to clipboard
constructor(durationInMinutes: Output<Int>? = null, startTime: Output<String>? = null)

Properties

Link copied to clipboard
val durationInMinutes: Output<Int>? = null

Displays the duration of the next maintenance window.

Link copied to clipboard
val startTime: Output<String>? = null

Displays the start time of the next maintenance window.

Functions

Link copied to clipboard
open override fun toJava(): JobTemplateMaintenanceWindowArgs