quantity Based Retention
suspend fun quantityBasedRetention(value: Output<ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs>)
Parameters
value
Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together. Structure is documented below.
suspend fun quantityBasedRetention(argument: suspend ClusterAutomatedBackupPolicyQuantityBasedRetentionArgsBuilder.() -> Unit)
Parameters
argument
Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together. Structure is documented below.