dBClusterSnapshotIdentifier property
Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.
After you restore a DB cluster using a
DBClusterSnapshotIdentifier
, you must specify the same
DBClusterSnapshotIdentifier
for any future updates to the DB
cluster. When you specify this property for an update, the DB cluster is not
restored from the snapshot again, and the data in the database is not
changed.
However, if you don't specify the DBClusterSnapshotIdentifier
,
an empty DB cluster is created, and the original DB cluster is deleted. If
you specify a property that is different from the previous snapshot restore
property, the DB cluster is restored from the snapshot specified by the
DBClusterSnapshotIdentifier
, and the original DB cluster is
deleted.
Implementation
final String? dBClusterSnapshotIdentifier;