Environment Maintenance Window Args
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
The hour end time of maintenance window.
Link copied to clipboard
The minute end time of maintenance window.
Link copied to clipboard
The hour start time of maintenance window.
Link copied to clipboard
The minute start time of maintenance window.
Link copied to clipboard
The type of maintenance window.