public static class AwsBehavior.Matcher extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Alert>>
CloudtrailMatcher
and a PCollection
of cloudtrail
events and emit a PCollection
of Alert
objects constructed for each event that
matches the CloudtrailMatcher
Constructor and Description |
---|
Matcher(CloudtrailMatcher cm)
Initialize new Matcher with a
CloudtrailMatcher |
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Event> col) |
public Matcher(CloudtrailMatcher cm)
CloudtrailMatcher
cm
- CloudtrailMatcher
Copyright © 2022. All rights reserved.