Uses of Interface
software.amazon.awscdk.services.logs.IFilterPattern
-
Uses of IFilterPattern in software.amazon.awscdk.services.logs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFilterPattern
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Base class for patterns that only match JSON log events.class
Space delimited text pattern.Modifier and TypeMethodDescriptionstatic IFilterPattern
FilterPattern.allEvents()
A log pattern that matches all events.static IFilterPattern
A log pattern that matches if all the strings given appear in the event.static IFilterPattern
A log pattern that matches if any of the strings given appear in the event.static IFilterPattern
FilterPattern.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 IFilterPattern
MetricFilterOptions.Jsii$Proxy.getFilterPattern()
final IFilterPattern
MetricFilterProps.Jsii$Proxy.getFilterPattern()
SubscriptionFilterOptions.getFilterPattern()
Log events matching this pattern will be sent to the destination.final IFilterPattern
SubscriptionFilterOptions.Jsii$Proxy.getFilterPattern()
final IFilterPattern
SubscriptionFilterProps.Jsii$Proxy.getFilterPattern()
static IFilterPattern
Use the given string as log pattern.Modifier 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()