recurrencePeriod

@JvmName(name = "tqmhrbbcocaobvyd")
suspend fun recurrencePeriod(value: Output<ExportRecurrencePeriodArgs>)
@JvmName(name = "tlooxwucdmyftiea")
suspend fun recurrencePeriod(value: ExportRecurrencePeriodArgs?)

Parameters

value

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.


@JvmName(name = "oqjlimsendcjykdr")
suspend fun recurrencePeriod(argument: suspend ExportRecurrencePeriodArgsBuilder.() -> Unit)

Parameters

argument

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.