Recurrence Args
data class RecurrenceArgs(val frequency: Output<Either<String, ComputeRecurrenceFrequency>>? = null, val interval: Output<Int>? = null, val schedule: Output<ComputeRecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RecurrenceArgs>
The workflow trigger recurrence for ComputeStartStop schedule type.
Constructors
Link copied to clipboard
constructor(frequency: Output<Either<String, ComputeRecurrenceFrequency>>? = null, interval: Output<Int>? = null, schedule: Output<ComputeRecurrenceScheduleArgs>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null)