contentMatchers

@JvmName(name = "oceevnjelpkynlnx")
suspend fun contentMatchers(value: Output<List<ContentMatcherArgs>>)
@JvmName(name = "hfiedccvfeqgsbkc")
suspend fun contentMatchers(value: List<ContentMatcherArgs>?)

Parameters

value

The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.


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


@JvmName(name = "snfuypcuypurabwt")
suspend fun contentMatchers(values: List<Output<ContentMatcherArgs>>)
@JvmName(name = "kyluyxfgrdostpos")
suspend fun contentMatchers(vararg values: ContentMatcherArgs)

Parameters

values

The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.


@JvmName(name = "tdthhlqauqgqflsx")
suspend fun contentMatchers(argument: List<suspend ContentMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "mwgwgpvfebowyheg")
suspend fun contentMatchers(vararg argument: suspend ContentMatcherArgsBuilder.() -> Unit)
@JvmName(name = "uvnyopoiektimfct")
suspend fun contentMatchers(argument: suspend ContentMatcherArgsBuilder.() -> Unit)

Parameters

argument

The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.