class Aws::DocDB::Types::CreateDBClusterSnapshotMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBClusterSnapshotMessage AWS API Documentation
@return [Array<Types::Tag>]
The tags to be assigned to the cluster snapshot.
@!attribute [rw] tags
@return [String]
Example: ‘my-cluster`
^
* Must match the identifier of an existing `DBCluster`.
Constraints:
parameter is not case sensitive.
The identifier of the cluster to create a snapshot for. This
@!attribute [rw] db_cluster_identifier
@return [String]
Example: `my-cluster-snapshot1`
* Cannot end with a hyphen or contain two consecutive hyphens.
* The first character must be a letter.
* Must contain from 1 to 63 letters, numbers, or hyphens.
Constraints:
a lowercase string.
The identifier of the cluster snapshot. This parameter is stored as
@!attribute [rw] db_cluster_snapshot_identifier
Represents the input of CreateDBClusterSnapshot.