Integration Account Batch Configuration Release Criteria Recurrence Schedule Args
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
Link copied to clipboard
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
Properties
Link copied to clipboard
val monthlies: Output<List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>? = null