Uses of Class
software.amazon.awscdk.services.logs.JsonPattern
Packages that use JsonPattern
-
Uses of JsonPattern in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return JsonPatternModifier and TypeMethodDescriptionstatic JsonPatternFilterPattern.all(@NotNull JsonPattern... patterns) A JSON log pattern that matches if all given JSON log patterns match.static JsonPatternFilterPattern.any(@NotNull JsonPattern... patterns) A JSON log pattern that matches if any of the given JSON log patterns match.static JsonPatternFilterPattern.booleanValue(String jsonField, Boolean value) A JSON log pattern that matches if the field exists and equals the boolean value.static JsonPatternA JSON log patter that matches if the field exists.static JsonPatternA JSON log pattern that matches if the field exists and has the special value 'null'.static JsonPatternA JSON log pattern that matches if the field does not exist.static JsonPatternFilterPattern.numberValue(String jsonField, String comparison, Number value) A JSON log pattern that compares numerical values.static JsonPatternFilterPattern.stringValue(String jsonField, String comparison, String value) A JSON log pattern that compares string values.Methods in software.amazon.awscdk.services.logs with parameters of type JsonPatternModifier and TypeMethodDescriptionstatic JsonPatternFilterPattern.all(@NotNull JsonPattern... patterns) A JSON log pattern that matches if all given JSON log patterns match.static JsonPatternFilterPattern.any(@NotNull JsonPattern... patterns) A JSON log pattern that matches if any of the given JSON log patterns match.