backupRetainMode

val backupRetainMode: Output<String>?

The backup retention policy after the cluster is deleted. The values are as follows:

  • receive_all: Keep all backup sets;

  • delete_all: delete all backup sets;

  • receive_last: Keep the last backup set.

NOTE: The default value is delete_all.