ClusterAutomatedBackupPolicyWeeklyScheduleArgs

data class ClusterAutomatedBackupPolicyWeeklyScheduleArgs(val daysOfWeeks: Output<List<String>>? = null, val startTimes: Output<List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>) : ConvertibleToJava<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val daysOfWeeks: Output<List<String>>? = null

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, and 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.