UptimeCheckConfigContentMatcherJsonPathMatcherArgs

data class UptimeCheckConfigContentMatcherJsonPathMatcherArgs(val jsonMatcher: Output<String>? = null, val jsonPath: Output<String>) : ConvertibleToJava<UptimeCheckConfigContentMatcherJsonPathMatcherArgs>

Constructors

constructor(jsonMatcher: Output<String>? = null, jsonPath: Output<String>)

Properties

Link copied to clipboard
val jsonMatcher: Output<String>? = null

Options to perform JSONPath content matching. Default value is EXACT_MATCH. Possible values are: EXACT_MATCH, REGEX_MATCH.

Link copied to clipboard
val jsonPath: Output<String>

JSONPath within the response output pointing to the expected ContentMatcher::content to match against.

Functions

Link copied to clipboard
open override fun toJava(): UptimeCheckConfigContentMatcherJsonPathMatcherArgs