Values.CacheSecurityGroupMembershipSourceRepresents a cluster's status within a particular cache security group.
type nonrec t = {cacheSecurityGroupName : String_.t option;The name of the cache security group.
*)status : String_.t option;The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
*)}