Recurrence Args
data class RecurrenceArgs(val frequency: Output<RecurrenceFrequency>, val schedule: Output<RecurrentScheduleArgs>) : ConvertibleToJava<RecurrenceArgs>
The repeating times at which this profile begins. This element is not used if the FixedDate element is used.
Properties
Link copied to clipboard
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
Link copied to clipboard
the scheduling constraints for when the profile begins.