start Time
suspend fun startTime(value: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs>)
suspend fun startTime(value: DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs?)
Parameters
value
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.
suspend fun startTime(argument: suspend DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgsBuilder.() -> Unit)
Parameters
argument
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.