Class UptimeCheckConfigContentMatcherJsonPathMatcher
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.UptimeCheckConfigContentMatcherJsonPathMatcher
-
public final class UptimeCheckConfigContentMatcherJsonPathMatcher extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UptimeCheckConfigContentMatcherJsonPathMatcher.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UptimeCheckConfigContentMatcherJsonPathMatcher.Builder
builder()
static UptimeCheckConfigContentMatcherJsonPathMatcher.Builder
builder(UptimeCheckConfigContentMatcherJsonPathMatcher defaults)
java.util.Optional<java.lang.String>
jsonMatcher()
java.lang.String
jsonPath()
-
-
-
Method Detail
-
jsonMatcher
public java.util.Optional<java.lang.String> jsonMatcher()
- Returns:
- Options to perform JSONPath content matching. Default value is `EXACT_MATCH`. Possible values are: `EXACT_MATCH`, `REGEX_MATCH`.
-
jsonPath
public java.lang.String jsonPath()
- Returns:
- JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
-
builder
public static UptimeCheckConfigContentMatcherJsonPathMatcher.Builder builder()
-
builder
public static UptimeCheckConfigContentMatcherJsonPathMatcher.Builder builder(UptimeCheckConfigContentMatcherJsonPathMatcher defaults)
-
-