Filtering some aws tag when integrating aws resource in Datadog

Hello. Is there any way filtering some aws tag when intergrate aws resource like elb?
I’d like to exclude unnecessary tag .

Hi you can limit resource collection for lambda and ec2 on the aws integratile tile, however for elb and some other resources that would be through the api (it’s not available yet in the UI): https://docs.datadoghq.com/api/latest/aws-integration/#set-an-aws-tag-filter

I understand your comment that only metrics having a tag set by filter api will be collected. is it right?
For example, I have two elb(1,2) tagged each 1. 'a': 'b', 2. 'c': 'd' . I’ve set tag filter to a using api, and then only 1 elb metric data will be collected.