Backup Policy Postgresql Flexible Server Retention Rule Criteria Args
data class BackupPolicyPostgresqlFlexibleServerRetentionRuleCriteriaArgs(val absoluteCriteria: Output<String>? = null, val daysOfWeeks: Output<List<String>>? = null, val monthsOfYears: Output<List<String>>? = null, val scheduledBackupTimes: Output<List<String>>? = null, val weeksOfMonths: Output<List<String>>? = null) : ConvertibleToJava<BackupPolicyPostgresqlFlexibleServerRetentionRuleCriteriaArgs>
Properties
Link copied to clipboard
Possible values are AllBackup
, FirstOfDay
, FirstOfWeek
, FirstOfMonth
and FirstOfYear
. These values mean the first successful backup of the day/week/month/year. Changing this forces a new resource to be created.
Link copied to clipboard
Possible values are Monday
, Tuesday
, Thursday
, Friday
, Saturday
and Sunday
. Changing this forces a new resource to be created.
Link copied to clipboard
Possible values are January
, February
, March
, April
, May
, June
, July
, August
, September
, October
, November
and December
. Changing this forces a new resource to be created.
Link copied to clipboard
Specifies a list of backup times for backup in the RFC3339
format. Changing this forces a new resource to be created.
Link copied to clipboard
Possible values are First
, Second
, Third
, Fourth
and Last
. Changing this forces a new resource to be created.