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

[DBInstance] Mark `UseDefaultProcessorFeatures` as write-only #445

Closed osdrv closed 1 year ago

osdrv commented 1 year ago

The motivation for this change is to get aligned with the SDK which does not expose the attribute for the describe API interface. I.e. the attribute is write-only from the API perspective, hence keeping it as read-write would cause a false drift.

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