monthlies
suspend fun monthlies(value: Output<List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>)
suspend fun monthlies(value: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>?)
Parameters
value
A monthly
block as documented below.
suspend fun monthlies(vararg values: Output<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>)
suspend fun monthlies(values: List<Output<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>)
suspend fun monthlies(vararg values: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs)
Parameters
values
A monthly
block as documented below.
suspend fun monthlies(argument: List<suspend IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgsBuilder.() -> Unit>)
suspend fun monthlies(vararg argument: suspend IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgsBuilder.() -> Unit)
suspend fun monthlies(argument: suspend IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgsBuilder.() -> Unit)
Parameters
argument
A monthly
block as documented below.