Uses of Enum Class
software.amazon.awscdk.services.cloudtrail.DataResourceType
Packages that use DataResourceType
-
Uses of DataResourceType in software.amazon.awscdk.services.cloudtrail
Methods in software.amazon.awscdk.services.cloudtrail that return DataResourceTypeModifier and TypeMethodDescriptionstatic DataResourceTypeReturns the enum constant of this class with the specified name.static DataResourceType[]DataResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cloudtrail with parameters of type DataResourceTypeModifier and TypeMethodDescriptionvoidTrail.addEventSelector(DataResourceType dataResourceType, List<String> dataResourceValues) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.voidTrail.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.