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