Uses of Interface
software.amazon.awscdk.services.cloudtrail.AddEventSelectorOptions
Packages that use AddEventSelectorOptions
-
Uses of AddEventSelectorOptions in software.amazon.awscdk.services.cloudtrail
Classes in software.amazon.awscdk.services.cloudtrail that implement AddEventSelectorOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAddEventSelectorOptions
Methods in software.amazon.awscdk.services.cloudtrail that return AddEventSelectorOptionsModifier and TypeMethodDescriptionAddEventSelectorOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.cloudtrail with parameters of type AddEventSelectorOptionsModifier 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.