You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a rule like "If this object does not contain this property, then apply this rule" The BDD reference doesn't seem to have an inverse for contains, and putting Not in front doesn't seem to work.
Specifically I'm trying to create a rule saying if the s3 website block doesn't exist, then apply a particular type of encryption. I only want that to apply if that block doesn't exist, and do something else if it does.
The text was updated successfully, but these errors were encountered:
Feature Request
I'm trying to create a rule like "If this object does not contain this property, then apply this rule" The BDD reference doesn't seem to have an inverse for contains, and putting Not in front doesn't seem to work.
Specifically I'm trying to create a rule saying if the s3 website block doesn't exist, then apply a particular type of encryption. I only want that to apply if that block doesn't exist, and do something else if it does.
The text was updated successfully, but these errors were encountered: