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 classAn implementation forAddEventSelectorOptionsMethods 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 TypeMethodDescriptionvoidTrail.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.voidTrail.addLambdaEventSelector(List<IFunction> handlers, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.voidTrail.addS3EventSelector(List<S3EventSelector> s3Selector, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.voidTrail.logAllLambdaDataEvents(AddEventSelectorOptions options) Log all Lambda data events for all lambda functions the account.voidTrail.logAllS3DataEvents(AddEventSelectorOptions options) Log all S3 data events for all objects for all buckets in the account.