| Package | Description |
|---|---|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFilterPattern.Jsii$Default
Internal default implementation for
IFilterPattern. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IFilterPattern.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
JsonPattern
Base class for patterns that only match JSON log events.
|
class |
SpaceDelimitedTextPattern
Space delimited text pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static IFilterPattern |
FilterPattern.allEvents()
A log pattern that matches all events.
|
static IFilterPattern |
FilterPattern.allTerms(String... terms)
A log pattern that matches if all the strings given appear in the event.
|
static IFilterPattern |
FilterPattern.anyTerm(String... terms)
A log pattern that matches if any of the strings given appear in the event.
|
static IFilterPattern |
FilterPattern.anyTermGroup(List<String>... termGroups)
A log pattern that matches if any of the given term groups matches the event.
|
IFilterPattern |
MetricFilterProps.Jsii$Proxy.getFilterPattern() |
IFilterPattern |
SubscriptionFilterOptions.getFilterPattern()
Log events matching this pattern will be sent to the destination.
|
IFilterPattern |
SubscriptionFilterOptions.Jsii$Proxy.getFilterPattern() |
IFilterPattern |
MetricFilterOptions.getFilterPattern()
Pattern to search for log events.
|
IFilterPattern |
MetricFilterOptions.Jsii$Proxy.getFilterPattern() |
IFilterPattern |
SubscriptionFilterProps.Jsii$Proxy.getFilterPattern() |
static IFilterPattern |
FilterPattern.literal(String logPatternString)
Use the given string as log pattern.
|
Copyright © 2022. All rights reserved.