| Package | Description |
|---|---|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static JsonPattern |
FilterPattern.all(JsonPattern... patterns)
(experimental) A JSON log pattern that matches if all given JSON log patterns match.
|
static JsonPattern |
FilterPattern.any(JsonPattern... patterns)
(experimental) A JSON log pattern that matches if any of the given JSON log patterns match.
|
static JsonPattern |
FilterPattern.booleanValue(String jsonField,
Boolean value)
(experimental) A JSON log pattern that matches if the field exists and equals the boolean value.
|
static JsonPattern |
FilterPattern.exists(String jsonField)
(experimental) A JSON log patter that matches if the field exists.
|
static JsonPattern |
FilterPattern.isNull(String jsonField)
(experimental) A JSON log pattern that matches if the field exists and has the special value 'null'.
|
static JsonPattern |
FilterPattern.notExists(String jsonField)
(experimental) A JSON log pattern that matches if the field does not exist.
|
static JsonPattern |
FilterPattern.numberValue(String jsonField,
String comparison,
Number value)
(experimental) A JSON log pattern that compares numerical values.
|
static JsonPattern |
FilterPattern.stringValue(String jsonField,
String comparison,
String value)
(experimental) A JSON log pattern that compares string values.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonPattern |
FilterPattern.all(JsonPattern... patterns)
(experimental) A JSON log pattern that matches if all given JSON log patterns match.
|
static JsonPattern |
FilterPattern.any(JsonPattern... patterns)
(experimental) A JSON log pattern that matches if any of the given JSON log patterns match.
|
Copyright © 2021. All rights reserved.