I'm trying to filter the output of 'aws elb describe-tags' and get a LoadBalancerName by matching three tags. I'm not seeing how I can select a specific element of an object list and compare both Key and Value. I have three objects to look against, and if they're all a match I need to return LoadBalancerName.I'm trying to filter the output of 'aws elb des