DomainAutoTuneOptionsMaintenanceScheduleArgs

data class DomainAutoTuneOptionsMaintenanceScheduleArgs(val cronExpressionForRecurrence: Output<String>, val duration: Output<DomainAutoTuneOptionsMaintenanceScheduleDurationArgs>, val startAt: Output<String>) : ConvertibleToJava<DomainAutoTuneOptionsMaintenanceScheduleArgs>

Constructors

constructor(cronExpressionForRecurrence: Output<String>, duration: Output<DomainAutoTuneOptionsMaintenanceScheduleDurationArgs>, startAt: Output<String>)

Properties

Link copied to clipboard

A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.

Link copied to clipboard

Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.

Link copied to clipboard
val startAt: Output<String>

Date and time at which to start the Auto-Tune maintenance schedule in RFC3339 format.

Functions

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