BackupPolicy

Import

PolarDB backup policy can be imported using the id or cluster id, e.g.

$ pulumi import alicloud:polardb/backupPolicy:BackupPolicy example "rm-12345678"

Properties

Link copied to clipboard

Cluster backup retention days, Fixed for 7 days, not modified.

Link copied to clipboard

Specifies whether to retain backups when you delete a cluster. Valid values are ALL, LATEST, NONE. Default to NONE. Value options can refer to the latest docs ModifyBackupPolicy

Link copied to clipboard
val dbClusterId: Output<String>

The Id of cluster that can run database.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

PolarDB Cluster backup period. Valid values: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday". Default to "Tuesday", "Thursday", "Saturday".

Link copied to clipboard

PolarDB Cluster backup time, in the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to "02:00Z-03:00Z". China time is 8 hours behind it.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>