IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs

data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs(val week: Output<Int>, val weekday: Output<String>) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>

Constructors

constructor(week: Output<Int>, weekday: Output<String>)

Properties

Link copied to clipboard
val week: Output<Int>

The occurrence of the week within the month.

Link copied to clipboard
val weekday: Output<String>

The day of the occurrence. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Functions

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