class Aws::RDS::Types::CreateDBClusterSnapshotMessage


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