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
26 stars 42 forks source link

Add EngineLifecycleSupport integration for instances and clusters #538

Closed anson1014 closed 1 month ago

anson1014 commented 2 months ago

This submission adds support for EngineLifecycleSupport.

DB instances and clusters can be created and restored with the EngineLifecycleSupport field via CloudFormation. All subsequent updates to this field on the resource will be blocked to prevent unintended customer resource replacement. EngineLifecycleSupport is marked as "Some Interruption" causing to preserve future compatibility for when a formal modify option is available for this field.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.