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