matcher

@JvmName(name = "aqxltuplkjnujinb")
suspend fun matcher(value: Output<String>)
@JvmName(name = "owsolioutbmbugxy")
suspend fun matcher(value: String?)

Parameters

value

The type of content matcher that will be applied to the server output, compared to the content string when the check is run. Default value is CONTAINS_STRING. Possible values are: CONTAINS_STRING, NOT_CONTAINS_STRING, MATCHES_REGEX, NOT_MATCHES_REGEX, MATCHES_JSON_PATH, NOT_MATCHES_JSON_PATH.