DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs

data class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs(val daysOfWeeks: Output<List<String>>? = null, val endTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTimeArgs>? = null, val startTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>

Constructors

Properties

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

Optional. Days of week. If left empty, all days of the week will be included. Each value may be one of: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard

Optional. End time (exclusive). Use 24:00 to indicate midnight. If you specify endTime you must also specify startTime. If left empty, this will block for the entire day for the days specified in daysOfWeek. Structure is documented below.

Link copied to clipboard

Optional. Start time (inclusive). Use 00:00 for the beginning of the day. If you specify startTime you must also specify endTime. If left empty, this will block for the entire day for the days specified in daysOfWeek. Structure is documented below.

Functions

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