DeletionPolicy is available in cloudformation for some (all?) resources in AWS and specifies what cloudformation should do when deleting the stack. For example, a database with"DeletionPolicy": "Retain" would tell cloudformation to delete the stack but to keep the database to prevent data loss. This should be added to the Golang SDK.