DeployPolicyRuleRolloutRestrictionTimeWindowsArgs

data class DeployPolicyRuleRolloutRestrictionTimeWindowsArgs(val oneTimeWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>? = null, val timeZone: Output<String>, val weeklyWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionTimeWindowsArgs>

Constructors

constructor(oneTimeWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs>>? = null, timeZone: Output<String>, weeklyWindows: Output<List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs>>? = null)

Properties

Link copied to clipboard

Optional. One-time windows within which actions are restricted. Structure is documented below.

Link copied to clipboard
val timeZone: Output<String>

Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).

Link copied to clipboard

Optional. Recurring weekly windows within which actions are restricted. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): DeployPolicyRuleRolloutRestrictionTimeWindowsArgs