Configuration Backup Schedule Policy Args
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
Properties
Link copied to clipboard
The schedule policy type of the backup policy. Possible value is SimpleSchedulePolicy
. Defaults to SimpleSchedulePolicy
.
Link copied to clipboard
The schedule run days of the backup policy. Possible values are Sunday
, Monday
, Tuesday
, Wednesday
, Thursday
, Friday
and Saturday
.
Link copied to clipboard
The schedule run frequency of the backup policy. Possible values are Daily
and Weekly
. Defaults to Daily
.
Link copied to clipboard
The schedule run times of the backup policy.