Updated on 2022-02-22 GMT+08:00

RDS.BackupStrategy

Property Description

Table 1 Property description

Property

Mandatory

Type

Description

keepDays

Yes

integer

Backup retention period, which specifies the number of days for which backup files can be stored

Value Description: The value ranges from 0 to 35. Unit: day. If this parameter is not specified or set to 0, the automatic backup policy is disabled.

Value Constraint: {u'in_range': [0, 35]}

Suggestion: Set the value based on the live environment.

endTime

Yes

string

The latest time when a backup task is executed

Value Description: Customize the value, for example, 23:30.

Value Constraint: The value cannot be blank and must be in the HH:MM format. The current time is the UTC time.

Suggestion: Set the value based on the live environment.

startTime

Yes

string

Earliest time when a backup task is executed. Automatic backup will be triggered after the earliest time expires.

Value Description: Customize the value, for example, 22:30.

Value Constraint: The value cannot be blank and must be in the hh:mm format. The current time is the UTC time. The value of HH must be 1 greater than the value of hh. The values of mm and MM must be the same and must be 00, 15, 30, or 45.

Suggestion: Set the value based on the live environment.