AWS SDK for .NET Documentation
SkipFinalClusterSnapshot Property
AmazonAmazon.Redshift.ModelDeleteClusterRequestSkipFinalClusterSnapshot Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SkipFinalClusterSnapshot.

Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If

CopyC#
true
, a final cluster snapshot is not created. If
CopyC#
false
, a final cluster snapshot is created before the cluster is deleted.

Note:
The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is
CopyC#
false
.

Default:

CopyC#
false

Declaration Syntax
C#
public bool SkipFinalClusterSnapshot { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)