How to specify name of RDS snapshot upon CloudFormation stack deletion?

Viewed 17

AWS CloudFormation has a deletion policy that enables the automatic creation of an RDS snapshot upon stack deletion. This can done by setting deletionPolicy to Snapshot. But how does one specify a customized name for the snapshot to be created?

0 Answers
Related