Domain Auto Tune Options Maintenance Schedule Args
data class DomainAutoTuneOptionsMaintenanceScheduleArgs(val cronExpressionForRecurrence: Output<String>, val duration: Output<DomainAutoTuneOptionsMaintenanceScheduleDurationArgs>, val startAt: Output<String>) : ConvertibleToJava<DomainAutoTuneOptionsMaintenanceScheduleArgs>
Constructors
Link copied to clipboard
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
Date and time at which to start the Auto-Tune maintenance schedule in RFC3339 format.