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 DB 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 DB 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:
as a lowercase string.
The identifier of the DB cluster snapshot. This parameter is stored
@!attribute [rw] db_cluster_snapshot_identifier
}
],
},
value: “String”,
key: “String”,
{
tags: [
db_cluster_identifier: “String”, # required
db_cluster_snapshot_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass CreateDBClusterSnapshotMessage
Represents the input of CreateDBClusterSnapshot.