Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created.
            If false is specified, a DB snapshot is created before the DB instance is deleted. Specify true when deleting a read replica.
            
 Default: false
|  Note: | 
|---|
| The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false. | 
 Declaration Syntax
 Declaration Syntax| C# | 
public bool SkipFinalSnapshot { get; set; }