Cluster Automated Backup Policy Weekly Schedule Args
data class ClusterAutomatedBackupPolicyWeeklyScheduleArgs(val daysOfWeeks: Output<List<String>>? = null, val startTimes: Output<List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>) : ConvertibleToJava<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>
Constructors
Link copied to clipboard
constructor(daysOfWeeks: Output<List<String>>? = null, startTimes: Output<List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>)
Properties
Link copied to clipboard
The days of the week to perform a backup. At least one day of the week must be provided. Each value may be one of: MONDAY
, TUESDAY
, WEDNESDAY
, THURSDAY
, FRIDAY
, SATURDAY
, SUNDAY
.
Link copied to clipboard
The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). Structure is documented below.