Skip to content

Amazon.CDK.AWS.RDS: Add CopyTagsToSnapshot Property to Class InstanceProps #15521

@mickgortenmulder

Description

@mickgortenmulder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions