13 Mar 2024 02:16 PM - last edited on 14 Mar 2024 09:38 AM by MaciejNeumann
Hi, I want to create a management zone rule to add AWS FSx based on properties and their values.
With type("cloud: aws :fsx") I see the fsx entities. (without white space arround aws because of )
Using GetAllEntityTypes, I found "customProperties" being a Map and I assume the [AWS]... tags are in there, isn't it?
But I fail to use
type("cloud: aws :fsx"),customProperties([AWS]Project) (without white space arround aws)
to get all entities, where I have a property [AWS]Project attached.
I also need a way to use it with key and value. E.g., type("cloud: aws :fsx"),customProperties([AWS]Project:Dynatrace implementation)
Can someone please give me a hint about this?
Kind regards, Olav
Solved! Go to Solution.