weekly Windows
suspend fun weeklyWindows(value: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>)
suspend fun weeklyWindows(value: List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>?)
Parameters
value
Optional. Recurring weekly windows within which actions are restricted. Structure is documented below.
suspend fun weeklyWindows(vararg values: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>)
suspend fun weeklyWindows(values: List<Output<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>)
suspend fun weeklyWindows(vararg values: DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs)
Parameters
values
Optional. Recurring weekly windows within which actions are restricted. Structure is documented below.
suspend fun weeklyWindows(argument: List<suspend DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgsBuilder.() -> Unit>)
suspend fun weeklyWindows(vararg argument: suspend DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgsBuilder.() -> Unit)
suspend fun weeklyWindows(argument: suspend DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgsBuilder.() -> Unit)
Parameters
argument
Optional. Recurring weekly windows within which actions are restricted. Structure is documented below.