DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDateArgs

data class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDateArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDateArgs>

Constructors

constructor(day: Output<Int>? = null, month: Output<Int>? = null, year: Output<Int>? = null)

Properties

Link copied to clipboard
val day: Output<Int>? = null

Day of a month. Must be from 1 to 31 and valid for the year and month.

Link copied to clipboard
val month: Output<Int>? = null

Month of a year. Must be from 1 to 12.

Link copied to clipboard
val year: Output<Int>? = null

Year of the date. Must be from 1 to 9999.

Functions

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