(rds): add performanceInisghts
configuration at cluster level
#31375
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Add the performance insights configuration options at cluster level:
Use Case
So we don't need to configure it to all instances. Also, because CloufFormation allows it.
Proposed Solution
Add the same 3 configuration options present in
DatabaseInstance
class, to theDatabaseCluster
class:enablePerformanceInsights
,performanceInsightRetention
andperformanceInsightEncryptionKey
.Other Information
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-performanceinsightsenabled
Acknowledgements
CDK version used
2.256
Environment details (OS name and version, etc.)
macOS 14.6.1
The text was updated successfully, but these errors were encountered: