public class CloudtrailMatcherManager extends Object implements Serializable
CloudtrailMatchers| Constructor and Description |
|---|
CloudtrailMatcherManager()
Create new empty
CloudtrailMatcherManager |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CloudtrailMatcher> |
getEventMatchers()
Returns parsed
CloudtrailMatchers |
static CloudtrailMatcherManager |
loadFromResource(String resourcePath)
Load cloudtrail matcher manager configuration from a resource file
|
public CloudtrailMatcherManager()
CloudtrailMatcherManagerpublic static CloudtrailMatcherManager loadFromResource(String resourcePath) throws IOException
resourcePath - Resource path to load JSON file fromCloudtrailMatcherManagerIOException - IOExceptionpublic ArrayList<CloudtrailMatcher> getEventMatchers()
CloudtrailMatchersArrayList of CloudtrailMatcherCopyright © 2022. All rights reserved.