Values.CacheSecurityGroupSourceRepresents the output of one of the following operations: AuthorizeCacheSecurityGroupIngress CreateCacheSecurityGroup RevokeCacheSecurityGroupIngress
type nonrec t = {ownerId : String_.t option;The Amazon account ID of the cache security group owner.
*)cacheSecurityGroupName : String_.t option;The name of the cache security group.
*)description : String_.t option;The description of the cache security group.
*)eC2SecurityGroups : EC2SecurityGroupList.t option;A list of Amazon EC2 security groups that are associated with this cache security group.
*)aRN : String_.t option;The ARN of the cache security group,
*)}