RecurrenceArgs

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.

Constructors

Link copied to clipboard
constructor(frequency: Output<RecurrenceFrequency>, schedule: Output<RecurrentScheduleArgs>)

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.

Functions

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