Values.CreateDBClusterSnapshotMessageSourceRepresents the input of CreateDBClusterSnapshot.
type nonrec t = {dBClusterSnapshotIdentifier : String_.t;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
*)dBClusterIdentifier : String_.t;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
*)}