public class AwsAssumeRoleCorrelator extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Event>>
The normalized event for the trusting account is fixed up with the user information from the trusted event.
Modifier and Type | Class and Description |
---|---|
static class |
AwsAssumeRoleCorrelator.CrossAccountAssumeRoleFilter
Returns only AssumeRole events with a sharedEventID indicating there's events across two
accounts that need to be correlated
|
Constructor and Description |
---|
AwsAssumeRoleCorrelator(AuthProfile.AuthProfileOptions options) |
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Event> |
expand(org.apache.beam.sdk.values.PCollection<Event> input) |
public AwsAssumeRoleCorrelator(AuthProfile.AuthProfileOptions options)
Copyright © 2022. All rights reserved.