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