Deploy Policy Rule Rollout Restriction Time Windows Weekly Window Args
data class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs(val daysOfWeeks: Output<List<String>>? = null, val endTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTimeArgs>? = null, val startTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>
Constructors
Link copied to clipboard
constructor(daysOfWeeks: Output<List<String>>? = null, endTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTimeArgs>? = null, startTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs>? = null)
Properties
Link copied to clipboard
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
val startTime: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs>? = null
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.