See: Description
Interface | Description |
---|---|
AwsBehavior.AwsBehaviorOptions |
Runtime options for
AwsBehavior pipeline. |
Class | Description |
---|---|
AwsBehavior | |
AwsBehavior.Matcher |
Tranform to take a specific
CloudtrailMatcher and a PCollection of cloudtrail
events and emit a PCollection of Alert objects constructed for each event that
matches the CloudtrailMatcher |
AwsBehavior.Matchers |
High level transform for invoking each of the matcher transforms after reading in the config
with
CloudtrailMatcherManager |
AwsBehavior.ParseAndWindow |
Transform to parse a
PCollection containing events as strings and emit a PCollection of Event objects after filtering out events that are not Cloudtrail events |
CloudtrailMatcher |
Translates a JSON object into an EventFilter and context for any resulting matches.
|
CloudtrailMatcherManager |
Loads a JSON document and converts it into a list of
CloudtrailMatcher s |
Copyright © 2022. All rights reserved.