public class AwsBehavior extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
AwsBehavior.AwsBehaviorOptions
Runtime options for
AwsBehavior pipeline. |
static class |
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 |
static class |
AwsBehavior.Matchers
High level transform for invoking each of the matcher transforms after reading in the config
with
CloudtrailMatcherManager |
static class |
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 |
Constructor and Description |
---|
AwsBehavior() |
Copyright © 2022. All rights reserved.