aws/aws-cdk

RDS: Database Cluster Writer/Reader's DeleteAutomatedBackups

Open

#25.948 geöffnet am 13. Juni 2023

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (3.530 Forks)batch import
@aws-cdk/aws-rdseffort/smallfeature-requestgood first issuep2

Repository-Metriken

Stars
 (10.710 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 11h) (68 gemergte PRs in 30 T)

Beschreibung

Describe the feature

In the original instance_props, there was a delete_automated_backups property. How can we specify that in writer/readers? The rds.ClusterInstance.provisioned method doesn't seem to support that.

Related issue: https://github.com/aws/aws-cdk/issues/25898

Use Case

We need to specify this without using escape hatches.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.82.1

Environment details (OS name and version, etc.)

macOS Ventura 13.3.1

Contributor Guide