class Aws::DocDB::Types::DeleteDBClusterMessage

Represents the input to DeleteDBCluster.

@note When making an API call, you may pass DeleteDBClusterMessage

data as a hash:

    {
      db_cluster_identifier: "String", # required
      skip_final_snapshot: false,
      final_db_snapshot_identifier: "String",
    }

@!attribute [rw] db_cluster_identifier

The cluster identifier for the cluster to be deleted. This parameter
isn't case sensitive.

Constraints:

* Must match an existing `DBClusterIdentifier`.

^
@return [String]

@!attribute [rw] skip_final_snapshot

Determines whether a final cluster snapshot is created before the
cluster is deleted. If `true` is specified, no cluster snapshot is
created. If `false` is specified, a cluster snapshot is created
before the DB cluster is deleted.

<note markdown="1"> If `SkipFinalSnapshot` is `false`, you must specify a
`FinalDBSnapshotIdentifier` parameter.

 </note>

Default: `false`
@return [Boolean]

@!attribute [rw] final_db_snapshot_identifier

The cluster snapshot identifier of the new cluster snapshot created
when `SkipFinalSnapshot` is set to `false`.

<note markdown="1"> Specifying this parameter and also setting the `SkipFinalShapshot`
parameter to `true` results in an error.

 </note>

Constraints:

* Must be from 1 to 255 letters, numbers, or hyphens.

* The first character must be a letter.

* Cannot end with a hyphen or contain two consecutive hyphens.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterMessage AWS API Documentation

Constants

SENSITIVE