Export Schedule Args
data class ExportScheduleArgs(val recurrence: Output<Either<String, RecurrenceType>>? = null, val recurrencePeriod: Output<ExportRecurrencePeriodArgs>? = null, val status: Output<Either<String, StatusType>>? = null) : ConvertibleToJava<ExportScheduleArgs>
The schedule associated with the export.
Constructors
Link copied to clipboard
constructor(recurrence: Output<Either<String, RecurrenceType>>? = null, recurrencePeriod: Output<ExportRecurrencePeriodArgs>? = null, status: Output<Either<String, StatusType>>? = null)
Properties
Link copied to clipboard
The schedule recurrence.
Link copied to clipboard
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.
Link copied to clipboard
The status of the export's schedule. If 'Inactive', the export's schedule is paused.