rds: DatabaseInstanceFromSnapshot
doesn't expose DBClusterSnapshotIdentifier
#33889
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
The
DatabaseInstanceFromSnapshot
doesn't expose theDBClusterSnapshotIdentifier
attribute so without a workaround, you can't create a db instance from a cluster snapshot.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
DBClusterSnapshotIdentifier
to be exposed viaDatabaseInstanceFromSnapshot
for example:Current Behavior
Only the
snapshot_identifier
is exposed.Reproduction Steps
Try to create an
rds.DatabaseInstanceFromSnapshot
with a cluster snapshot id.Possible Solution
No response
Additional Information/Context
The workaround is the following:
CDK CLI Version
2.180.0
Framework Version
No response
Node.js Version
v22.12.0
OS
MacOS
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: