class Aws::DocDB::Types::DeleteDBClusterMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterMessage AWS API Documentation
@return [String]
* Cannot end with a hyphen or contain two consecutive hyphens.
* The first character must be a letter.
* Must be from 1 to 255 letters, numbers, or hyphens.
Constraints:
</note>
parameter to ‘true` results in an error.
<note markdown=“1”> Specifying this parameter and also setting the `SkipFinalShapshot`
created when `SkipFinalSnapshot` is set to `false`.
The DB cluster snapshot identifier of the new DB cluster snapshot
@!attribute [rw] final_db_snapshot_identifier
@return [Boolean]
Default: `false`
</note>
`FinalDBSnapshotIdentifier` parameter.
<note markdown=“1”> If `SkipFinalSnapshot` is `false`, you must specify a
is created before the DB cluster is deleted.
snapshot is created. If `false` is specified, a DB cluster snapshot
DB cluster is deleted. If `true` is specified, no DB cluster
Determines whether a final DB cluster snapshot is created before the
@!attribute [rw] skip_final_snapshot
@return [String]
^
* Must match an existing `DBClusterIdentifier`.
Constraints:
parameter isn’t case sensitive.
The DB cluster identifier for the DB cluster to be deleted. This
@!attribute [rw] db_cluster_identifier
}
final_db_snapshot_identifier: “String”,
skip_final_snapshot: false,
db_cluster_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass DeleteDBClusterMessage
Represents the input to DeleteDBCluster.