Uses of Interface
software.amazon.awscdk.services.logs.IFilterPattern
Packages that use IFilterPattern
-
Uses of IFilterPattern in software.amazon.awscdk.services.logs
Subinterfaces of IFilterPattern in software.amazon.awscdk.services.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFilterPattern.Classes in software.amazon.awscdk.services.logs that implement IFilterPatternModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classBase class for patterns that only match JSON log events.classSpace delimited text pattern.Methods in software.amazon.awscdk.services.logs that return IFilterPatternModifier and TypeMethodDescriptionstatic IFilterPatternFilterPattern.allEvents()A log pattern that matches all events.static IFilterPatternA log pattern that matches if all the strings given appear in the event.static IFilterPatternA log pattern that matches if any of the strings given appear in the event.static IFilterPatternFilterPattern.anyTermGroup(@NotNull List<String>... termGroups) A log pattern that matches if any of the given term groups matches the event.MetricFilterOptions.getFilterPattern()Pattern to search for log events.final IFilterPatternMetricFilterOptions.Jsii$Proxy.getFilterPattern()final IFilterPatternMetricFilterProps.Jsii$Proxy.getFilterPattern()SubscriptionFilterOptions.getFilterPattern()Log events matching this pattern will be sent to the destination.final IFilterPatternSubscriptionFilterOptions.Jsii$Proxy.getFilterPattern()final IFilterPatternSubscriptionFilterProps.Jsii$Proxy.getFilterPattern()static IFilterPatternUse the given string as log pattern.Methods in software.amazon.awscdk.services.logs with parameters of type IFilterPatternModifier and TypeMethodDescriptionMetricFilter.Builder.filterPattern(IFilterPattern filterPattern) Pattern to search for log events.MetricFilterOptions.Builder.filterPattern(IFilterPattern filterPattern) Sets the value ofMetricFilterOptions.getFilterPattern()MetricFilterProps.Builder.filterPattern(IFilterPattern filterPattern) Sets the value ofMetricFilterOptions.getFilterPattern()SubscriptionFilter.Builder.filterPattern(IFilterPattern filterPattern) Log events matching this pattern will be sent to the destination.SubscriptionFilterOptions.Builder.filterPattern(IFilterPattern filterPattern) Sets the value ofSubscriptionFilterOptions.getFilterPattern()SubscriptionFilterProps.Builder.filterPattern(IFilterPattern filterPattern) Sets the value ofSubscriptionFilterOptions.getFilterPattern()