Values.SecurityGroupMembershipSourceRepresents a single cache security group and its status.
type nonrec t = {securityGroupId : String_.t option;The identifier of the cache security group.
*)status : String_.t option;The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
*)}