Module matcher

Module matcher 

Source

Structs§

Default
Default matcher uses equality check for resource matching.
StartsWith
Resource matcher that uses “star-with” check for resource matching. Input matches the policy if input value starts with policy value.

Traits§

ResourceMatcher
Trait to extend Policy resource matching.