contentMatchers

@JvmName(name = "riepqhtnbgxhbdod")
suspend fun contentMatchers(value: Output<List<UptimeCheckConfigContentMatcherArgs>>)
@JvmName(name = "nvjwsorigpxyqrlv")
suspend fun contentMatchers(value: List<UptimeCheckConfigContentMatcherArgs>?)

Parameters

value

The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required. Structure is documented below.


@JvmName(name = "fwjrybafmfkadrnw")
suspend fun contentMatchers(vararg values: Output<UptimeCheckConfigContentMatcherArgs>)


@JvmName(name = "xkhxwbprguljdbyy")
suspend fun contentMatchers(values: List<Output<UptimeCheckConfigContentMatcherArgs>>)
@JvmName(name = "jskahshqvgvekngg")
suspend fun contentMatchers(vararg values: UptimeCheckConfigContentMatcherArgs)

Parameters

values

The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required. Structure is documented below.


@JvmName(name = "wbvqhmhsljpkufgt")
suspend fun contentMatchers(argument: List<suspend UptimeCheckConfigContentMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "gaqjcxjtxeawlori")
suspend fun contentMatchers(vararg argument: suspend UptimeCheckConfigContentMatcherArgsBuilder.() -> Unit)
@JvmName(name = "qsryritbhgwiitrk")
suspend fun contentMatchers(argument: suspend UptimeCheckConfigContentMatcherArgsBuilder.() -> Unit)

Parameters

argument

The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required. Structure is documented below.