ReportScheduleArgs

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

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 schedule. Whether active or not. If inactive, the report's scheduled execution is paused.

Functions

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