EnvironmentMaintenanceWindowArgs

data class EnvironmentMaintenanceWindowArgs(val applyTimeOf: Output<EnvironmentMaintenanceWindowApplyTimeOf>? = null, val daysOfTheWeek: Output<List<EnvironmentDayOfWeek>>? = null, val endTimeHour: Output<Int>? = null, val endTimeMinute: Output<Int>? = null, val startTimeHour: Output<Int>? = null, val startTimeMinute: Output<Int>? = null, val type: Output<EnvironmentMaintenanceWindowType>) : ConvertibleToJava<EnvironmentMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(applyTimeOf: Output<EnvironmentMaintenanceWindowApplyTimeOf>? = null, daysOfTheWeek: Output<List<EnvironmentDayOfWeek>>? = null, endTimeHour: Output<Int>? = null, endTimeMinute: Output<Int>? = null, startTimeHour: Output<Int>? = null, startTimeMinute: Output<Int>? = null, type: Output<EnvironmentMaintenanceWindowType>)

Properties

Link copied to clipboard

The desired time zone maintenance window.

Link copied to clipboard

The date of maintenance window.

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

The hour end time of maintenance window.

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

The minute end time of maintenance window.

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

The hour start time of maintenance window.

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

The minute start time of maintenance window.

Link copied to clipboard

The type of maintenance window.

Functions

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