Hi all,
I’m trying to assign my RDS instance with a final snapshot containing the actual ID of the instance (which is dynamic and determine by Pulumi, and I want to keep it that way)
I couldn’t find anything in the SDK enable me to update the instance’s final snapshot ID after declaring the new rds instance
I imagine something like
db.apply(x => db.set({finaleSnapshotId: `prefix….${x.id}})
Does anyone here have an experience with that?
Thanks 🙂