SUCSchedule Properties Args
data class SUCSchedulePropertiesArgs(val advancedSchedule: Output<AdvancedScheduleArgs>? = null, val creationTime: Output<String>? = null, val description: Output<String>? = null, val expiryTime: Output<String>? = null, val expiryTimeOffsetMinutes: Output<Double>? = null, val frequency: Output<Either<String, ScheduleFrequency>>? = null, val interval: Output<Double>? = null, val isEnabled: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val nextRun: Output<String>? = null, val nextRunOffsetMinutes: Output<Double>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<SUCSchedulePropertiesArgs>
Definition of schedule parameters.
Constructors
Link copied to clipboard
fun SUCSchedulePropertiesArgs(advancedSchedule: Output<AdvancedScheduleArgs>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, expiryTime: Output<String>? = null, expiryTimeOffsetMinutes: Output<Double>? = null, frequency: Output<Either<String, ScheduleFrequency>>? = null, interval: Output<Double>? = null, isEnabled: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, nextRun: Output<String>? = null, nextRunOffsetMinutes: Output<Double>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null)