Uses of Interface
software.amazon.awscdk.services.cloudtrail.AddEventSelectorOptions
-
Uses of AddEventSelectorOptions in software.amazon.awscdk.services.cloudtrail
Modifier and TypeClassDescriptionstatic final class
An implementation forAddEventSelectorOptions
Modifier and TypeMethodDescriptionAddEventSelectorOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
Trail.addEventSelector
(DataResourceType dataResourceType, List<String> dataResourceValues, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.void
Trail.addLambdaEventSelector
(List<IFunction> handlers, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.void
Trail.addS3EventSelector
(List<S3EventSelector> s3Selector, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.void
Trail.logAllLambdaDataEvents
(AddEventSelectorOptions options) Log all Lamda data events for all lambda functions the account.void
Trail.logAllS3DataEvents
(AddEventSelectorOptions options) Log all S3 data events for all objects for all buckets in the account.