ConfigurationBackupSchedulePolicyArgs

data class ConfigurationBackupSchedulePolicyArgs(val schedulePolicyType: Output<String>? = null, val scheduleRunDays: Output<List<String>>? = null, val scheduleRunFrequency: Output<String>? = null, val scheduleRunTimes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationBackupSchedulePolicyArgs>

Constructors

Link copied to clipboard
constructor(schedulePolicyType: Output<String>? = null, scheduleRunDays: Output<List<String>>? = null, scheduleRunFrequency: Output<String>? = null, scheduleRunTimes: Output<List<String>>? = null)

Properties

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

The schedule policy type of the backup policy. Possible value is SimpleSchedulePolicy. Defaults to SimpleSchedulePolicy.

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

The schedule run days of the backup policy. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

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

The schedule run frequency of the backup policy. Possible values are Daily and Weekly. Defaults to Daily.

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

The schedule run times of the backup policy.

Functions

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