-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(neptune): copyTagsToSnapshot is missing in the DatabaseCluster Construct #30087
Copy link
Copy link
Closed
Closed
Copy link
Labels
@aws-cdk/aws-neptuneRelated Amazon NeptuneRelated Amazon Neptuneeffort/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.p2pr/needs-review
Description
Describe the feature
In the DatabaseCluster Construct, copyTagsToSnapshot is missing.
Use Case
Use this when you want to copy tags to snapshots.
Proposed Solution
Add copyTagsToSnapshot to the DatabaseCluster Construct.
const cluster = new neptune.DatabaseCluster(this, 'Database', {
vpc,
instanceType: neptune.InstanceType.R5_LARGE,
copyTagsToSnapshot: true, // Add
});Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.140.0
Environment details (OS name and version, etc.)
MacOS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-neptuneRelated Amazon NeptuneRelated Amazon Neptuneeffort/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.p2pr/needs-review