one Time Windows
suspend fun oneTimeWindows(value: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>)
suspend fun oneTimeWindows(value: List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>?)
Parameters
value
Optional. One-time windows within which actions are restricted. Structure is documented below.
suspend fun oneTimeWindows(vararg values: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>)
suspend fun oneTimeWindows(values: List<Output<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>)
suspend fun oneTimeWindows(vararg values: DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs)
Parameters
values
Optional. One-time windows within which actions are restricted. Structure is documented below.
suspend fun oneTimeWindows(argument: List<suspend DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgsBuilder.() -> Unit>)
suspend fun oneTimeWindows(vararg argument: suspend DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgsBuilder.() -> Unit)
suspend fun oneTimeWindows(argument: suspend DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgsBuilder.() -> Unit)
Parameters
argument
Optional. One-time windows within which actions are restricted. Structure is documented below.