Values.DeleteCacheClusterMessageSourceRepresents the input of a DeleteCacheCluster operation.
type nonrec t = {cacheClusterId : String_.t;The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
*)finalSnapshotIdentifier : String_.t option;The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.
*)}