-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Amazon.CDK.AWS.RDS: Add CopyTagsToSnapshot Property to Class InstanceProps #15521
Copy link
Copy link
Closed
Closed
Copy link
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Description
We're using the DatabaseCluster Class in the C# library (Amazon.CDK.AWS.RDS) which implements DatabaseClusterProps where we use the InstanceProps propery to set properties for database instances on the DatabaseCluster.
We've seen that the CopyTagsToSnapshot property is added to the libraries, however it's not yet available in the InstanceProps.
I'd like the new property CopyTagsToSnapshot to be added to the InstanceProps: https://docs.aws.amazon.com/cdk/api/latest/dotnet/api/Amazon.CDK.AWS.RDS.InstanceProps.html
Use Case
We would like to add the property CopyTagsToSnapshot to the DB Cluster to all Instances so it copies the tags to snapshots so in case of restores we don't have to set the tags ourselves.
Proposed Solution
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2