public static class GuardDutyTransforms.GenerateGDAlerts extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Alert>> implements DocumentingTransform
Constructor and Description |
---|
GenerateGDAlerts(GuardDutyTransforms.Options opts)
static initializer for alert generation / escalation
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Event> input) |
String |
getTransformDoc()
Get documentation string from transform based on it's current configuration
|
public GenerateGDAlerts(GuardDutyTransforms.Options opts)
opts
- GuardDutyTransforms.Options
pipeline optionspublic String getTransformDoc()
getTransformDoc
in interface DocumentingTransform
Copyright © 2022. All rights reserved.