This message was deleted.
# getting-started
s
This message was deleted.
l
That won't be possible. There is no way to use Pulumi to update an existing RDS instance except via the constructor parameters.
You can set the identifier yourself (override Pulumi's random value) and use that in the final snapshot ID. So you can reproduce Pulumi's identifier-generating logic, and use the same random value for both the identifier and finalSnapshotIdentifier args. But you cannot use Pulumi's internally-generated value in both places.
Pulumi uses the name and the RandomId resource (https://www.pulumi.com/registry/packages/random/api-docs/randomid/) to generate most id values, you can do that too.