Values.CreateSnapshotMessageSourceRepresents the input of a CreateSnapshot operation.
type nonrec t = {replicationGroupId : String_.t option;The identifier of an existing replication group. The snapshot is created from this replication group.
*)cacheClusterId : String_.t option;The identifier of an existing cluster. The snapshot is created from this cluster.
*)snapshotName : String_.t;A name for the snapshot being created. This value is stored as a lowercase string.
*)kmsKeyId : String_.t option;The ID of the KMS key used to encrypt the snapshot.
*)}