Hey y'all question for Pulumi for RDS. Documentati...
# aws
w
Hey y'all question for Pulumi for RDS. Documentation states the following.
Copy code
snapshotIdentifier
string

Specifies whether or not to create this database from a snapshot. This correlates to the snapshot ID you'd find in the RDS console, e.g: rds:production-2015-06-26-06-05.
Is this the
snapshot name
? There is nothing in aws RDS specifically called
snapshot ID
.. there is
ARN
curious if this documentation should be updated?
l
Yes, the value under the title "Snapshot name" is in the format "rds:<dbname>-<year>-<month>-<day>-<hour>-<minute>", which matches.
The column name isn't correct. Look at the value of the link: that "name" is called "id" in the URL.
w
Oh you must be looking at system snapshots - manual snapshots can be named anything. It's just confusing that the documentation calls it
ID
and aws calls it
name