jsonPathMatcher

@JvmName(name = "fgvbgtkqpieeavpy")
suspend fun jsonPathMatcher(value: Output<UptimeCheckConfigContentMatcherJsonPathMatcherArgs>)
@JvmName(name = "syywbvpqymhfhfci")
suspend fun jsonPathMatcher(value: UptimeCheckConfigContentMatcherJsonPathMatcherArgs?)

Parameters

value

Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH. Structure is documented below.


@JvmName(name = "eadwketdrdiglrts")
suspend fun jsonPathMatcher(argument: suspend UptimeCheckConfigContentMatcherJsonPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH. Structure is documented below.