Report Schedule Args
data class ReportScheduleArgs(val recurrence: Output<Either<String, RecurrenceType>>, val recurrencePeriod: Output<ReportRecurrencePeriodArgs>? = null, val status: Output<Either<String, StatusType>>? = null) : ConvertibleToJava<ReportScheduleArgs>
The schedule associated with a report.
Constructors
Link copied to clipboard
constructor(recurrence: Output<Either<String, RecurrenceType>>, recurrencePeriod: Output<ReportRecurrencePeriodArgs>? = 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 schedule. Whether active or not. If inactive, the report's scheduled execution is paused.