Deploy Policy Rule Rollout Restriction Time Windows Args
data class DeployPolicyRuleRolloutRestrictionTimeWindowsArgs(val oneTimeWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>? = null, val timeZone: Output<String>, val weeklyWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionTimeWindowsArgs>
Constructors
Link copied to clipboard
constructor(oneTimeWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>? = null, timeZone: Output<String>, weeklyWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>? = null)
Properties
Link copied to clipboard
val oneTimeWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>? = null
Optional. One-time windows within which actions are restricted. Structure is documented below.
Link copied to clipboard
val weeklyWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>? = null
Optional. Recurring weekly windows within which actions are restricted. Structure is documented below.