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.