ExportScheduleArgs

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
val recurrence: Output<Either<String, RecurrenceType>>? = null

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
val status: Output<Either<String, StatusType>>? = null

The status of the export's schedule. If 'Inactive', the export's schedule is paused.

Functions

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