IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs

data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlies: Output<List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>? = null, val weekDays: Output<List<String>>? = null) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs>

Constructors

fun IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs(hours: Output<List<Int>>? = null, minutes: Output<List<Int>>? = null, monthDays: Output<List<Int>>? = null, monthlies: Output<List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>? = null, weekDays: Output<List<String>>? = null)

Functions

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

Properties

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

A list containing a single item, which specifies the Hour interval at which this recurrence should be triggered.

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

A list containing a single item which specifies the Minute interval at which this recurrence should be triggered.

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

A list of days of the month that the job should execute on.

Link copied to clipboard
Link copied to clipboard
val weekDays: Output<List<String>>? = null

A list of days of the week that the job should execute on. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.