aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

Support for 'DeleteAutomatedBackups' property for the 'AWS::RDS::DBCluster' resource #549

Closed fbzioui closed 3 months ago

fbzioui commented 3 months ago

We can configure “Retain Automated Backups” for RDS DBInstance using the DeleteAutomatedBackups property in CloudFormation. However, the property is not supported in RDS DBCluster CloudFormation resource even though the DeleteDBCluster API call has DeleteAutomatedBackups as a request parameter.

We request that the 'DeleteAutomatedBackups' property be added to the 'AWS::RDS::DBCluster' resource.

zrfr commented 3 months ago

Duplicate of https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1848