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
![]() |
---|
The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false. |

C# |
public bool SkipFinalSnapshot { get; set; }